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/Overlay_spec.js')
-rw-r--r--tests/UI/specs/Overlay_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/UI/specs/Overlay_spec.js b/tests/UI/specs/Overlay_spec.js
index a0a7eb38dc..53888b14ac 100644
--- a/tests/UI/specs/Overlay_spec.js
+++ b/tests/UI/specs/Overlay_spec.js
@@ -69,7 +69,7 @@ describe("Overlay", function () {
});
it("should show stats for new links when dropdown opened", function (done) {
- expect.screenshot("page_new_links").to.be.similar(0.002).to.be.capture(function (page) {
+ expect.screenshot("page_new_links").to.be.capture(function (page) {
var pos = page.webpage.evaluate(function () {
var iframe = $('iframe'),
innerOffset = $('.dropdown-toggle', iframe.contents()).offset();