[MM-61674]: Added appropriate roles to the menu component of post priority (#29545)

Этот коммит содержится в:
ayush-chauhan233
2025-01-28 12:40:02 +05:30
коммит произвёл GitHub
родитель 8b5a3e6217
Коммит ed161f31be
10 изменённых файлов: 99 добавлений и 83 удалений

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

@@ -140,7 +140,7 @@ describe('SupportSettings', () => {
cy.uiOpenProductMenu().within(() => {
// * Verify that 'Download Apps' has expected link
cy.findByText('Download Apps').
parent().
parents('a').
should('have.attr', 'href', link);
});
});