Skip to content

Commit

Permalink
Update product name & id reference
Browse files Browse the repository at this point in the history
  • Loading branch information
shashwatahalder01 committed Nov 15, 2024
1 parent abc9ffd commit 480ab5d
Show file tree
Hide file tree
Showing 4 changed files with 276 additions and 267 deletions.
1 change: 1 addition & 0 deletions tests/pw/pages/vendorAuctionsPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,7 @@ export class AuctionsPage extends VendorPage {
await this.toBeVisible(productsVendor.attribute.savedAttribute(attribute.attributeName));
}

// can't add already added attribute
async cantAddAlreadyAddedAttribute(productName: string, attributeName: string): Promise<void> {
await this.goToAuctionProductEditById(productName);
await this.toBeVisible(productsVendor.attribute.savedAttribute(attributeName));
Expand Down
Loading

0 comments on commit 480ab5d

Please sign in to comment.