fix(e2e): correct URL assertion in mobile breadcrumb test (#67509)

This commit is contained in:
Huyen Nguyen
2026-05-23 19:15:37 +07:00
committed by GitHub
parent 0fc9c780b2
commit 0fcbf74446
+1 -1
View File
@@ -195,7 +195,7 @@ test('breadcrumb links and example code dropdown are interactive on mobile', asy
await mobileBreadcrumb
.getByRole('link', { name: 'Responsive Web Design Certification' })
.tap();
await expect(page).toHaveURL('/learn/responsive-web-design-v9');
await expect(page).toHaveURL('/learn/responsive-web-design-v9/');
});
test('example code horizontal gesture does not vertically scroll the upper jaw', async ({