Skip to content

Commit

Permalink
update module tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shashwatahalder01 committed Feb 13, 2024
1 parent 311dcf1 commit 17479e8
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/modules.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ test.describe('Modules test', () => {
});

test('admin can activate module @pro @a', async () => {
await apiUtils.deactivateModules([payloads.moduleids.auction]);
await apiUtils.deactivateModules([payloads.moduleIds.auction]);
await admin.activateDeactivateModule(data.modules.modulesName.AuctionIntegration);
});

Expand Down
2 changes: 1 addition & 1 deletion tests/pw/utils/payloads.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2211,7 +2211,7 @@ export const payloads = {

// module

moduleids: {
moduleIds: {
booking: 'booking',
colorSchemeCustomize: 'color_scheme_customizer',
deliveryTime: 'delivery_time',
Expand Down

0 comments on commit 17479e8

Please sign in to comment.