Skip to content

Commit

Permalink
fix: e2e test selector
Browse files Browse the repository at this point in the history
  • Loading branch information
amihajlovski committed Sep 26, 2024
1 parent d429c78 commit 9bdafac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-tests/helpers/ScenarioHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class ScenarioHelper {
this.productColorRadioButton = this.page.getByLabel(
`${locale.productDetailPage.productColor}`
)
this.productSizeRadioButton = this.page.getByLabel('4')
this.productSizeRadioButton = this.page.getByLabel('16')
this.addToCartButton = this.page.getByRole('button', {
name: `${locale.productDetailPage.addToCartButtonCaption}`
})
Expand Down

0 comments on commit 9bdafac

Please sign in to comment.