Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/UI/specs/Transitions_spec.js')
-rw-r--r--tests/UI/specs/Transitions_spec.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/UI/specs/Transitions_spec.js b/tests/UI/specs/Transitions_spec.js
index 246c4bb3da..dcbc87901a 100644
--- a/tests/UI/specs/Transitions_spec.js
+++ b/tests/UI/specs/Transitions_spec.js
@@ -16,7 +16,7 @@ describe("Transitions", function () {
it('should load the transitions popup correctly for the page titles report', function (done) {
expect.screenshot('transitions_popup_titles').to.be.captureSelector('.ui-dialog', function (page) {
- page.load("?" + urlBase + "#/" + generalParams + "&module=Actions&action=menuGetPageTitles");
+ page.load("?" + urlBase + "#?" + generalParams + "&category=General_Actions&subcategory=Actions_SubmenuPageTitles");
page.mouseMove('div.dataTable tbody tr:eq(2)');
page.mouseMove('a.actionTransitions:visible'); // necessary to get popover to display
@@ -26,7 +26,7 @@ describe("Transitions", function () {
it('should load the transitions popup correctly for the page urls report', function (done) {
expect.screenshot('transitions_popup_urls').to.be.captureSelector('.ui-dialog', function (page) {
- page.load("?" + urlBase + "#/" + generalParams + "&module=Actions&action=menuGetPageUrls&"
+ page.load("?" + urlBase + "#?" + generalParams + "&category=General_Actions&subcategory=General_Pages&"
+ "popover=RowAction$3ATransitions$3Aurl$3Ahttp$3A$2F$2Fpiwik.net$2Fdocs$2Fmanage-websites$2F");
}, done);
});