Skip to content

Commit

Permalink
Fix a method
Browse files Browse the repository at this point in the history
  • Loading branch information
shashwatahalder01 committed Nov 25, 2024
1 parent 70672a0 commit 9c95ef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/pw/tests/e2e/productsDetailsAuction.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ test.describe('Auction Product details functionality test', () => {

test('vendor can update product relist options', { tag: ['@pro', '@vendor'] }, async () => {
test.skip(true, 'not implemented yet');
await vendor.addProductGeneralOption(productIdFull, data.product.auction);
await vendor.addProductRelistingOption(productIdFull, { ...data.product.auction, relistIfFailAfterNHours: '5', relistIfNotPaidAfterNHours: '6', relistAuctionDurationInH: '7' });
});

// product inventory options
Expand Down
2 changes: 1 addition & 1 deletion tests/pw/utils/apiUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1534,7 +1534,7 @@ export class ApiUtils {
}

/**
* ShipStation methods
* ShipStation api methods
*/

async createShipStationCredential(vendorId: string, auth?: auth): Promise<responseBody> {
Expand Down

0 comments on commit 9c95ef8

Please sign in to comment.