Skip to content

Commit

Permalink
Delete log
Browse files Browse the repository at this point in the history
  • Loading branch information
vibin committed Oct 25, 2024
1 parent 7d6b259 commit e27770c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion e2e/workspaces/demo_app/scrollUntilVisible_timeout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ tags:
timeout: 1000
optional: true
- evalScript: ${maestro.endTime = new Date()}
- evalScript: ${"scrollUntilVisible took " + console.log(maestro.endTime - maestro.startTime) + "ms"}
- assertTrue: ${maestro.endTime - maestro.startTime < 5000} # Far less than the 20000 default, but enough to allow for processing time

0 comments on commit e27770c

Please sign in to comment.