mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 10:22:16 +00:00
fix(e2e): correct URL assertion in mobile breadcrumb test (#67509)
This commit is contained in:
@@ -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 ({
|
||||
|
||||
Reference in New Issue
Block a user