skip flaky tests (#31110)
Этот коммит содержится в:
@@ -7,7 +7,6 @@
|
||||
// - Use element ID when selecting an element. Create one if none.
|
||||
// ***************************************************************
|
||||
|
||||
// Stage: @prod
|
||||
// Group: @channels @custom_status
|
||||
|
||||
import dayjs from 'dayjs';
|
||||
@@ -25,7 +24,7 @@ describe('MM-T4064 Status expiry visibility', () => {
|
||||
let expiresAt = dayjs();
|
||||
const expiryTimeFormat = 'h:mm A';
|
||||
|
||||
it('MM-T4064_6 should show expiry time in the tooltip of custom status emoji in the post header', () => {
|
||||
it.skip('MM-T4064_6 should show expiry time in the tooltip of custom status emoji in the post header', () => {
|
||||
// # Open the user account menu
|
||||
cy.uiOpenUserMenu('Set custom status');
|
||||
|
||||
@@ -60,7 +59,7 @@ describe('MM-T4064 Status expiry visibility', () => {
|
||||
});
|
||||
});
|
||||
|
||||
it('MM-T4064_7 should show custom status expiry time in the user popover', () => {
|
||||
it.skip('MM-T4064_7 should show custom status expiry time in the user popover', () => {
|
||||
// # Click on the post header of the last post by the current user and open profile popover
|
||||
cy.get('.post.current--user .post__header .user-popover').first().click();
|
||||
cy.get('div.user-profile-popover').should('exist');
|
||||
|
||||
Ссылка в новой задаче
Block a user