Revert "I’m just starting my business" string - check `'` sign on CI

This commit is contained in:
Ivan Stojadinov 2024-08-25 13:29:54 +02:00
parent ae6b72b5c4
commit e852707e06
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@ test.describe( 'Store owner can complete the core profiler', () => {
} )
).toBeVisible();
await page
.getByRole( 'radio' )
.filter( { hasText: 'just starting my business' } )
.getByRole( 'radio', { name: 'Im just starting my business' } )
.first()
.click();
await page.getByRole( 'button', { name: 'Continue' } ).click();
} );