zulip/frontend_tests/puppeteer_tests
Steve Howell 353d0f9e4f puppeteer flake: Remove call to test_change_password().
Changing the password seems to randomly cause one of
our calls to /json/events to return a 401.

The symptom of this is that when you update alert words,
we don't get the event, and the alert words list does
not get updated.

More context here:

    https://chat.zulip.org/#narrow/stream/43-automated-testing/topic/alert.20word.20flakes/near/1334824

It is possible that this reflects an actual problem in
our system when you update passwords.

For now, though, the goal is simply to make this test
reliable, so that we don't have to chase down this flake
any more. It was a particularly tricky flake to debug,
since the alert words test really wasn't at fault here.

It's plausible that we don't want to have the app declare
success when the server acks an alert word POST, and the
app should instead wait for the event to come back before
giving any confirmation to the user.
2022-03-03 08:10:28 -05:00
..
admin.ts typeahead: Ignore mouse position for selection until it's moved. 2022-02-15 17:26:22 -08:00
compose.ts docs: Fix many spelling mistakes. 2022-02-07 18:51:06 -08:00
copy-and-paste.ts upload_widget: Convert $e.get(0) to $e[0]. 2021-11-05 17:34: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 dialog_widget: Migrate modal to Micromodal. 2021-10-26 18:20:17 -07:00
drafts.ts docs: Fix many spelling mistakes. 2022-02-07 18:51:06 -08: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 docs: Fix many spelling mistakes. 2022-02-07 18:51:06 -08:00
navigation.ts dom: Rename div to #manage_streams_container. 2021-12-30 11:36:52 -08:00
realm-creation.ts docs: Fix many spelling mistakes. 2022-02-07 18:51:06 -08:00
realm-linkifier.ts dialog_widget: Migrate modal to Micromodal. 2021-10-26 18:20:17 -07:00
realm-playground.ts puppeteer: Fallback to default waitForSelect timeout. 2021-05-24 23:11:41 -07:00
settings.ts puppeteer flake: Remove call to test_change_password(). 2022-03-03 08:10:28 -05:00
stars.ts puppeteer_tests: Remove sequential numbers from test files. 2021-04-01 07:46:13 -07:00
subscriptions.ts create stream: Improve click handler for Create. 2022-02-15 17:15:02 -08:00
user-deactivation.ts settings: Show user name in heading of deactivation modal. 2022-01-11 15:42:51 -08:00
user-status.ts popovers: Add "busy" status to default emoji status set. 2022-02-22 10:33:31 -08:00