We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed19fad commit a64ef7aCopy full SHA for a64ef7a
__checks__/key-user-flows/pages/itemDetails.ts
@@ -7,7 +7,7 @@ export class DanubeItemDetailsPage {
7
8
constructor(page: Page) {
9
this.page = page;
10
- this.addToCartButton = page.locator('text="add to cart"');
+ this.addToCartButton = page.locator('text="Add to cart"');
11
this.detailsContainer = page.locator('.detail')
12
}
13
0 commit comments