We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b46c00c commit 305f2c8Copy full SHA for 305f2c8
1 file changed
tests/main-page/uat/main-page.spec.ts
@@ -26,7 +26,7 @@ test(`Open fourth ads in main banner and click on the button "Выбрать в
26
await page.goto('https://nice-case.ru/', { waitUntil: "domcontentloaded" });
27
const mainPage = new MainPage(page);
28
await mainPage.clickBannerButtonByLabel(`Выбрать в каталоге`,4);
29
- await expect(page).toHaveURL(`https://nice-case.ru/catalog/sumki_i_chemodany/ryukzaki_i_portfeli1/`);
+ await expect(page).toHaveURL(`https://nice-case.ru/catalog/sumki_i_chemodany/ryukzaki_i_portfeli/`);
30
})
31
test (`Open MacBook filter in "Лучшие предложения" block `, async ({page}) => {
32
0 commit comments