zulip/frontend_tests/puppeteer_tests
Vishnu KS 4ad592ed4f populate_db: Use do_create_realm for creating zulip realm.
Since do_create_realm also creates general and core team streams,
we rename general to verona right after the realm is created. Mostly
because we dont really want two additional streams and this might
probably make it easy to review things.

There are puppeteer test changes because, we have a new "core team"
stream in tests as well as there is a new default notification stream
"Verona". Because of this tests in message-basics for example have
to be changed since the newly added core team affects the order in
which we navigate through the streams using arrow keys.

The extra await for selector was added in subscriptions test to make
the tests wait. Without the await the tests were passing ocassionally
and failing in some other times.

Fixes #6967
2021-07-06 17:37:43 -07:00
..
admin.ts populate_db: Use do_create_realm for creating zulip realm. 2021-07-06 17:37:43 -07:00
compose.ts minor: Correct comment in compose test. 2021-05-04 16:40:43 -07:00
copy-and-paste.ts puppeteer_tests: Remove sequential numbers from test files. 2021-04-01 07:46:13 -07:00
custom-profile.ts puppeteer_tests: Remove sequential numbers from test files. 2021-04-01 07:46:13 -07:00
delete-message.ts confirm_dialog: Rename confirm_dialog_yes_button class. 2021-07-06 15:15:50 -07:00
drafts.ts docs: Fix capitalization mistakes. 2021-05-10 09:57:26 -07:00
edit.ts puppeteer: Fix the selector for opening the message action menu. 2021-06-12 09:00:57 -04:00
mention.ts custom_check: Avoid use of assert to avoid confusion with assert.equal. 2021-06-10 09:15:57 -07:00
message-basics.ts populate_db: Use do_create_realm for creating zulip realm. 2021-07-06 17:37:43 -07:00
navigation.ts custom_check: Avoid use of assert to avoid confusion with assert.equal. 2021-06-10 09:15:57 -07:00
realm-creation.ts custom_check: Avoid use of assert to avoid confusion with assert.equal. 2021-06-10 09:15:57 -07:00
realm-linkifier.ts puppeteer: Fix reference to #edit-linkifier-status. 2021-06-24 17:35:25 -07:00
realm-playground.ts puppeteer: Fallback to default waitForSelect timeout. 2021-05-24 23:11:41 -07:00
settings.ts settings: Separate "Your account" section in two different sections. 2021-06-30 16:56:03 -07:00
stars.ts puppeteer_tests: Remove sequential numbers from test files. 2021-04-01 07:46:13 -07:00
subscriptions.ts populate_db: Use do_create_realm for creating zulip realm. 2021-07-06 17:37:43 -07:00
user-deactivation.ts confirm_dialog: Rename confirm_dialog_yes_button class. 2021-07-06 15:15:50 -07:00