MM-54458 : Refactor playwright test with app areas (#24527)

Этот коммит содержится в:
M-ZubairAhmed
2023-09-12 16:35:07 +05:30
коммит произвёл GitHub
родитель c887381318
Коммит 6109330beb
16 изменённых файлов: 243 добавлений и 152 удалений

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

@@ -38,7 +38,7 @@ test('MM-T5424 Find channel search returns only 50 results when there are more t
// # Click on "Find channel" and type "test_channel"
if (pw.isSmallScreen()) {
await channelsPage.headerMobile.toggleSidebar();
await channelsPage.centerView.headerMobile.toggleSidebar();
}
await channelsPage.sidebarLeft.findChannelButton.click();