Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
rpg-workshop
Commits
a28f822a
Commit
a28f822a
authored
Oct 22, 2021
by
Joe Ziemba
Browse files
fix test
parent
bbc6c30b
Changes
2
Hide whitespace changes
Inline
Side-by-side
package-lock.json
View file @
a28f822a
...
...
@@ -5415,9 +5415,9 @@
}
},
"caniuse-lite": {
"version": "1.0.300012
23
",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.300012
23
.tgz",
"integrity": "sha512-
k/RYs6zc/fjbxTjaWZemeSmOjO0JJV+KguOBA3NwPup8uzxM1cMhR2BD9XmO86GuqaqTCO8CgkgH9Rz//vdDi
A=="
"version": "1.0.300012
71
",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.300012
71
.tgz",
"integrity": "sha512-
BBruZFWmt3HFdVPS8kceTBIguKxu4f99n5JNp06OlPD/luoAMIaIK5ieV5YjnBLH3Nysai9sxj9rpJj4ZisXO
A=="
},
"capture-exit": {
"version": "2.0.0",
...
...
testing/sgb.e2e.js
View file @
a28f822a
...
...
@@ -8,7 +8,7 @@ fixture("SBG")
.
page
(
"
http://localhost:3000/dnd5e/statblock-generator
"
)
.
beforeEach
(
async
(
tc
)
=>
{
const
closeModalButton
=
Selector
(
"
#close-modal
"
)
await
tc
.
resizeWindow
(
1024
,
768
)
//
await tc.resizeWindow(1024, 768)
if
(
closeModalButton
.
exists
)
await
tc
.
click
(
closeModalButton
)
})
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment