File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { test, expect } from '@playwright/test';
22
33test . beforeEach ( async ( { page } ) => {
44 await page . goto (
5- '/learn/2022/ responsive-web-design/learn-html-by-building-a -cat-photo-app/step-2'
5+ '/learn/responsive-web-design-v9/workshop -cat-photo-app/step-2'
66 ) ;
77} ) ;
88
@@ -18,7 +18,7 @@ test.describe('Challenge Breadcrumb Tests', () => {
1818 await expect ( superBlockLink ) . toBeVisible ( ) ;
1919 await expect ( superBlockLink ) . toHaveAttribute (
2020 'href' ,
21- '/learn/2022/ responsive-web-design'
21+ '/learn/responsive-web-design-v9 '
2222 ) ;
2323
2424 const block = page . getByTestId ( testId ) . getByRole ( 'listitem' ) . last ( ) ;
@@ -30,7 +30,7 @@ test.describe('Challenge Breadcrumb Tests', () => {
3030 await expect ( blockLink ) . toBeVisible ( ) ;
3131 await expect ( blockLink ) . toHaveAttribute (
3232 'href' ,
33- '/learn/2022/ responsive-web-design/#learn-html-by-building-a -cat-photo-app'
33+ '/learn/responsive-web-design-v9/#workshop -cat-photo-app'
3434 ) ;
3535 } ;
3636
You can’t perform that action at this time.
0 commit comments