Skip to content
Snippets Groups Projects
Commit e6cfb65c authored by Josiah Neuberger's avatar Josiah Neuberger
Browse files

fixed load project fullscreen test not zooming for test.

parent 971f16d6
No related branches found
No related tags found
No related merge requests found
......@@ -81,9 +81,9 @@ describe('costumes, sounds and variables', () => {
.window()
.maximize();
const projectId = '96708228';
await clickXpath('//img[@title="Zoom Control"]');
await driver.get(`file://${uri}#${projectId}`);
await new Promise(resolve => setTimeout(resolve, 2000));
await clickXpath('//img[@title="Zoom Control"]');
await clickXpath('//img[@title="Go"]');
await new Promise(resolve => setTimeout(resolve, 2000));
await clickXpath('//img[@title="Stop"]');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment