mirror of https://github.com/zulip/zulip.git
353d0f9e4f
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. |
||
---|---|---|
.. | ||
admin.ts | ||
compose.ts | ||
copy-and-paste.ts | ||
custom-profile.ts | ||
delete-message.ts | ||
drafts.ts | ||
edit.ts | ||
mention.ts | ||
message-basics.ts | ||
navigation.ts | ||
realm-creation.ts | ||
realm-linkifier.ts | ||
realm-playground.ts | ||
settings.ts | ||
stars.ts | ||
subscriptions.ts | ||
user-deactivation.ts | ||
user-status.ts |