Fix failing E2E smoketests (#30697)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
42274b9eee
Коммит
c96789f847
@@ -133,7 +133,7 @@ export default class ChannelsCenterView {
|
||||
const messageLocator = this.scheduledDraftChannelInfoMessage.first();
|
||||
try {
|
||||
await expect(messageLocator).toContainText('Message scheduled for');
|
||||
} catch (error) {
|
||||
} catch {
|
||||
// First assertion failed, trying fallback
|
||||
await expect(messageLocator).toContainText('You have one scheduled message.');
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user