zulip/frontend_tests/puppeteer_tests
Dinesh dcc47dcc12 puppeteer: Wait for display settings section to appear before clicking.
In few rare cases the click on display settings section wasn't working
which was causing the test to stay in the "your account" settings section.
This lead to a waitFor fail.

The screenshot in this failed CircleCI build suggests the above.
https://app.circleci.com/pipelines/github/chdinesh1089/zulip/525/workflows/cd77e269-6a3e-4283-b765-d1c4584ccf35/jobs/1807/artifacts

This and the previous commit along with the changes to prevent
logging out of user on changing password were tested by running
this test 1200 times and all of them passed!
2020-08-30 14:59:05 -07: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
11-user-deactivation.js puppeteer: Migrate user deactivation test from casper. 2020-08-27 11:45:35 -07:00
12-drafts.js puppeteer: Migrate drafts test from casper. 2020-08-27 11:45:35 -07:00
13-delete-message.js puppeteer: Migrate delete message test from Casper. 2020-08-27 11:45:35 -07:00
14-copy-and-paste.js puppeteer: Migrate copy paste test from casper. 2020-08-27 11:45:35 -07:00
15-realm-linkifier.js puppeteer: Migrate realm linkifier test from casper. 2020-08-27 11:45:35 -07:00
16-settings.js puppeteer: Wait for display settings section to appear before clicking. 2020-08-30 14:59:05 -07:00