Этот коммит содержится в:
sabril
2025-05-21 10:38:51 +08:00
коммит произвёл GitHub
родитель 14dfc71e10
Коммит 27874fa4e5
5 изменённых файлов: 10 добавлений и 15 удалений

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

@@ -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');