Skip to content

Commit

Permalink
Removing getting started menu from MTM (#22498)
Browse files Browse the repository at this point in the history
* Removing getting started menu from MTM

* Updating test case

* Updating expected screenshot after change

---------

Co-authored-by: caddoo <[email protected]>
  • Loading branch information
snake14 and caddoo authored Aug 13, 2024
1 parent fac18d8 commit 6542cf8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugins/CorePluginsAdmin/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ public function activate($redirectAfter = true)
if (!empty($redirectTo) && $redirectTo === 'marketplace') {
$this->redirectToIndex('Marketplace', 'overview');
} elseif (!empty($redirectTo) && $redirectTo === 'tagmanager') {
$this->redirectToIndex('TagManager', 'gettingStarted');
$this->redirectToIndex('TagManager', 'manageContainers');
} elseif (!empty($redirectTo) && $redirectTo === 'referrer') {
$this->redirectAfterModification($redirectAfter);
} else {
Expand Down
2 changes: 1 addition & 1 deletion plugins/CorePluginsAdmin/tests/UI/TagManagerTeaser_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ describe("TagManagerTeaser", function () {
await page.type('#login_form_password', superUserPassword);
await page.click('#login_form_submit');

await page.waitForSelector('.tagManagerGettingStarted');
await page.waitForSelector('.manageContainer');
await page.waitForNetworkIdle();
await page.waitForTimeout(250);

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6542cf8

Please sign in to comment.