zulip/frontend_tests/puppeteer_tests
Dinesh 77bea3de7a puppeteer: Fix test flake in admin tests.
This flake occurs because the Verona dropdown menu couldn't be
clicked, in rare cases, because puppeteer would click it too
quickly before it appears and then fails. To fix this we wait for it
to fully appear and then click it. Around 1000 runs
passed without a failure.

The error the flake caused was:
TimeoutError: waiting for selector
"#org-submit-notifications[data-status="unsaved"]" ...
2020-08-21 07:41:28 -04:00
..
00-realm-creation.js js: Add "use strict" directive to CommonJS files. 2020-07-31 22:09:46 -07:00
01-login.js js: Add "use strict" directive to CommonJS files. 2020-07-31 22:09:46 -07:00
02-message-basics.js js: Add "use strict" directive to CommonJS files. 2020-07-31 22:09:46 -07:00
03-compose.js puppeteer: Replace `hidden: false` with `visible: true`. 2020-08-11 10:41:36 -07:00
04-subscriptions.js puppeteer: Fix typo in comments in subscriptions tests. 2020-08-12 17:17:57 -07:00
05-stars.js puppeteer_tests: Fix Prettier formatting of 05-stars.js. 2020-08-04 15:51:54 -07:00
06-edit.js puppeteer: Add edit test. 2020-08-04 14:41:00 -07:00
07-navigation.js puppeteer: Migrate navigation test from casper. 2020-08-11 10:41:44 -07:00
08-admin.js puppeteer: Fix test flake in admin tests. 2020-08-21 07:41:28 -04:00
09-mention.js puppeteer: Migrate mention test from casper. 2020-08-11 10:43:29 -07:00
10-custom-profile.js puppeteer: Migrate custom profile test from casper. 2020-08-13 16:24:15 -07:00
16-settings.js puppeteer: Replace 'visible: false' with 'hidden: true'. 2020-08-10 16:48:53 -07:00