Skip to content

Commit

Permalink
Fixes for UI test
Browse files Browse the repository at this point in the history
  • Loading branch information
AltamashShaikh committed Nov 15, 2024
1 parent e734c72 commit da6ce14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/Marketplace/tests/UI/Marketplace_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ describe("Marketplace", function () {
'managePluginsUrl': '?module=CorePluginsAdmin&action=plugins&idSite=1&period=day&date=yesterday'
};
for (var key in urls) {
it(mode + ' for a user with license key should be able to open paid plugins', async function() {
it(mode + ' for a user with license key should be able to open paid plugins', async() => {
setEnvironment(mode, validLicense);

await page.goto('about:blank');
Expand All @@ -155,7 +155,7 @@ describe("Marketplace", function () {
});


it(mode + ' for a user with license key should be able to open install purchased plugins modal for ' + key, async function () {
it(mode + ' for a user with license key should be able to open install purchased plugins modal for ' + key, async() => {
setEnvironment(mode, validLicense);

await page.goto('about:blank');
Expand Down

0 comments on commit da6ce14

Please sign in to comment.