zulip/frontend_tests/puppeteer_tests
Dinesh 22f47d3c20 puppeteer: remove test_not_delete_draft_on_sending().
This test was `assert`ing the draft is not getting cleared
as soon as sending, which is desired behaviour to some extent
because we don't want to delete it until we receive a confirmation
from the server, but given the right amount of delay (or very
low network latency), the draft will be cleared. This inconsistency
was causing failures.

We could better test this with a node test. A node test was
already added in #18827.
2021-09-10 10:25:48 -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 variables and classes used in templates. 2021-07-14 12:21:24 -07:00
drafts.ts puppeteer: remove test_not_delete_draft_on_sending(). 2021-09-10 10:25:48 -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 settings: Use dialog_widget for edit-linkifier modal. 2021-07-14 13:02:26 -07:00
realm-playground.ts puppeteer: Fallback to default waitForSelect timeout. 2021-05-24 23:11:41 -07:00
settings.ts settings: Rename class of notification settings elements. 2021-08-20 07:51:23 -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 variables and classes used in templates. 2021-07-14 12:21:24 -07:00
user-status.ts puppeteer: Fix the element becoming stale. 2021-07-30 09:19:56 -07:00