mirror of https://github.com/zulip/zulip.git
4ad592ed4f
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 |
||
---|---|---|
.. | ||
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 |