Skip to content

Commit a64ef7a

Browse files
committed
fix: use correct selector
1 parent ed19fad commit a64ef7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__checks__/key-user-flows/pages/itemDetails.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export class DanubeItemDetailsPage {
77

88
constructor(page: Page) {
99
this.page = page;
10-
this.addToCartButton = page.locator('text="add to cart"');
10+
this.addToCartButton = page.locator('text="Add to cart"');
1111
this.detailsContainer = page.locator('.detail')
1212
}
1313

0 commit comments

Comments
 (0)