File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ async function goToProjectsOverview(page: Page) {
77}
88
99// Create new project via modal
10- test ( 'test that creating and deleting a new client via the modal works' , async ( { page } ) => {
10+ test . skip ( 'test that creating and deleting a new client via the modal works' , async ( { page } ) => {
1111 const newClientName = 'New Project ' + Math . floor ( 1 + Math . random ( ) * 10000 ) ;
1212 await goToProjectsOverview ( page ) ;
1313 await page . getByRole ( 'button' , { name : 'Create Client' } ) . click ( ) ;
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ async function goToProjectsOverview(page: Page) {
99}
1010
1111// Create new project via modal
12- test ( 'test that creating and deleting a new project via the modal works' , async ( { page } ) => {
12+ test . skip ( 'test that creating and deleting a new project via the modal works' , async ( { page } ) => {
1313 const newProjectName = 'New Project ' + Math . floor ( 1 + Math . random ( ) * 10000 ) ;
1414 await goToProjectsOverview ( page ) ;
1515 await page . getByRole ( 'button' , { name : 'Create Project' } ) . click ( ) ;
You can’t perform that action at this time.
0 commit comments