Fixing missing await

This commit is contained in:
David Négrier 2021-12-06 11:35:37 +01:00
parent 94762c86c5
commit f5f69e7143
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ test("Test that variables storage works", async (t: TestController) => {
//const mainWindow = await t.getCurrentWindow();
login(t, 'http://play.workadventure.localhost/_/global/maps.workadventure.localhost/tests/Variables/shared_variables.json?somerandomparam=1');
await login(t, 'http://play.workadventure.localhost/_/global/maps.workadventure.localhost/tests/Variables/shared_variables.json?somerandomparam=1');
await t //.useRole(userAliceOnPage('http://play.workadventure.localhost/_/global/maps.workadventure.localhost/tests/Variables/shared_variables.json?somerandomparam=1'))
.switchToIframe("#cowebsite-buffer iframe")