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/CoreUpdaterDb_spec.js')
-rw-r--r--tests/UI/specs/CoreUpdaterDb_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/UI/specs/CoreUpdaterDb_spec.js b/tests/UI/specs/CoreUpdaterDb_spec.js
index 33236fda5b..032ab0933d 100644
--- a/tests/UI/specs/CoreUpdaterDb_spec.js
+++ b/tests/UI/specs/CoreUpdaterDb_spec.js
@@ -43,7 +43,7 @@ describe("CoreUpdaterDb", function () {
it("should show the donation form when the update process is complete", function (done) {
expect.screenshot("updated").to.be.capture(function (page) {
- page.click('.submit');
+ page.click('.btn');
}, done);
});
});