Installing NPM dependencies in CI for tests
This commit is contained in:
parent
fcf0888864
commit
a3b20cf065
3 changed files with 10 additions and 2 deletions
|
@ -11,5 +11,5 @@ module.exports = {
|
|||
"thumbnails": false,
|
||||
},
|
||||
"assertionTimeout": 10000,
|
||||
"selectorTimeout": 20000,
|
||||
"selectorTimeout": 40000,
|
||||
}
|
||||
|
|
|
@ -22,7 +22,6 @@ test("Test that variables storage works", async (t: TestController) => {
|
|||
|
||||
await t.useRole(userAlice)
|
||||
.switchToIframe("#cowebsite-buffer iframe")
|
||||
.debug()
|
||||
.expect(variableInput.value).eql('default value')
|
||||
.typeText(variableInput, 'new value')
|
||||
.switchToPreviousWindow()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue