Removing useless wait
This commit is contained in:
parent
7c2bf8700b
commit
dfad0a7b57
@ -29,8 +29,7 @@ test("Test that variables cache in the back don't prevent setting a variable in
|
||||
.click('button.selectCharacterButtonRight')
|
||||
.click('button.selectCharacterButtonRight')
|
||||
.click('button.selectCharacterSceneFormSubmit')
|
||||
.click('button.letsgo')
|
||||
.wait(1000);
|
||||
.click('button.letsgo');
|
||||
//.takeScreenshot('after_switch.png');
|
||||
|
||||
const messages = await t.getBrowserConsoleMessages();
|
||||
|
Loading…
Reference in New Issue
Block a user