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/EmptySite_spec.js')
-rw-r--r--tests/UI/specs/EmptySite_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/UI/specs/EmptySite_spec.js b/tests/UI/specs/EmptySite_spec.js
index 704bda8721..31b8524d6f 100644
--- a/tests/UI/specs/EmptySite_spec.js
+++ b/tests/UI/specs/EmptySite_spec.js
@@ -15,7 +15,7 @@ describe("EmptySite", function () {
it('should show the tracking code if the website has no recorded data', function (done) {
var urlToTest = "?" + generalParams + "&module=CoreHome&action=index";
- expect.screenshot('emptySiteDashboard').to.be.captureSelector('.site-without-data', function (page) {
+ expect.screenshot('emptySiteDashboard').to.be.captureSelector('.page', function (page) {
page.load(urlToTest);
}, done);
});