Skip to content

Commit

Permalink
Skip shipstation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shashwatahalder01 committed Nov 27, 2024
1 parent 99f2a27 commit dd8b863
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pw/tests/e2e/productsDetailsBookings.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ test.describe('Booking Product details functionality test', () => {
await vendor.addProductAddon(productIdBasic, data.product.productInfo.addon);
});

test('vendor can import booking product addon', { tag: ['@pro', '@vendor'] }, async () => {
test.skip('vendor can import booking product addon', { tag: ['@pro', '@vendor'] }, async () => {
const addon = payloads.createProductAddon();
await vendor.importAddon(productIdBasic, serialize([addon]), addon.name);
});
Expand Down
2 changes: 2 additions & 0 deletions tests/pw/tests/e2e/vendorSettings.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ test.describe('Vendor settings test', () => {
});

test('vendor can view ShipStation settings menu page', { tag: ['@pro', '@exploratory', '@vendor'] }, async () => {
test.skip(true, 'pr not merged yet');
await vendor.vendorShipStationSettingsRenderProperly();
});

Expand Down Expand Up @@ -119,6 +120,7 @@ test.describe('Vendor settings test', () => {
});

test('vendor can set ShipStation settings', { tag: ['@pro', '@vendor'] }, async () => {
test.skip(true, 'pr not merged yet');
await vendor.setShipStation(data.vendor.shipStation);
});

Expand Down

0 comments on commit dd8b863

Please sign in to comment.