Removing useless wait

This commit is contained in:
David Négrier 2021-11-24 12:03:48 +01:00
parent 7c2bf8700b
commit dfad0a7b57

View file

@ -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();