mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-24 08:49:39 -04:00
Update social platform selection button name to 'Website' in signUpPage
This commit is contained in:
@@ -151,7 +151,7 @@ export class SignUpPage {
|
||||
this.smokerField = page.getByText('Yes', {exact: true})
|
||||
this.nonSmokerField = page.getByText('No', {exact: true})
|
||||
this.alcoholConsumedPerMonthField = page.getByTestId('alcohol-consumed-per-month')
|
||||
this.socialPlatformSelectionField = page.getByRole('button', {name: 'Platform'})
|
||||
this.socialPlatformSelectionField = page.getByRole('button', {name: 'Website'})
|
||||
this.socialPlatformSearchField = page.getByRole('textbox', {name: 'Search...'})
|
||||
this.addSocialPlatformField = page.getByRole('textbox', {name: 'URL'})
|
||||
this.addSocialPlatformButton = page.locator('button').filter({hasText: 'Add'}).nth(3)
|
||||
|
||||
Reference in New Issue
Block a user