Fix Flaky test failing on prod and in master branch (#31407)

Этот коммит содержится в:
yasser khan
2025-06-18 17:22:57 +05:30
коммит произвёл GitHub
родитель df1b278f62
Коммит b784074212
5 изменённых файлов: 7 добавлений и 2 удалений

Просмотреть файл

@@ -28,7 +28,7 @@ describe('Notifications', () => {
});
});
it.skip('MM-T562 New message bar - Message posted while scrolled up in same channel', () => {
it('MM-T562 New message bar - Message posted while scrolled up in same channel', () => {
// # Post 30 random messages from the 'otherUser' account in off-topic
Cypress._.times(numberOfPosts, (num) => {
cy.postMessageAs({sender: otherUser, message: `${num} ${getRandomId()}`, channelId: offTopicChannelId});