Skip to content
Snippets Groups Projects
Commit eddc8c43 authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Wait for scroll animations

parent d0fe2e83
Branches
Tags
No related merge requests found
......@@ -72,6 +72,7 @@ describe('blocks example', () => {
await clickText('Sensing');
await clickText('Operators');
await clickText('Data');
await new Promise(resolve => setTimeout(resolve, 1000)); // Wait for scroll animation
await clickText('Create variable...');
let el = await findByXpath("//input[@placeholder='']");
await el.sendKeys('score');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment