Skip to content

Commit 7b4f693

Browse files
committed
remove ui debugging code
1 parent b4ebff5 commit 7b4f693

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

assets/js/asset_manager_core_js.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/e2e/mwp-admin.marketplace.e2e.ts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -74,23 +74,15 @@ describe('MWP Admin > Marketplace', () => {
7474
it('should provide functionality that simplifies the process of downloading and installing the plugin', async () => {
7575
await MwpMarketplacePage.open();
7676

77-
// TODO: see if this still applies
7877
const pathToPlugin = await MwpMarketplacePage.setupWizard.downloadPlugin();
79-
console.log('install 1');
8078
await MwpMarketplacePage.setupWizard.goToPluginsAdmin();
81-
console.log('install 2');
8279
await MwpMarketplacePage.setupWizard.uploadPluginAndActivate(pathToPlugin);
83-
console.log('install 3');
8480
await MwpMarketplacePage.setupWizard.waitForReload();
85-
console.log('install 4');
8681

8782
await MwpMarketplacePage.sortPluginsAlphabetically();
88-
console.log('install 5');
8983
await MwpMarketplacePage.removeThirdPartyPlugins();
90-
console.log('install 6');
9184
await MwpMarketplacePage.prepareWpAdminForScreenshot();
92-
console.log('install 7');
93-
await expect(
85+
await expect(
9486
await browser.checkFullPageScreen(`mwp-admin.marketplace.setup-wizard-finished.${process.env.PHP_VERSION}${trunkSuffix}`)
9587
).toEqual(0);
9688
});

0 commit comments

Comments
 (0)