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 c0adc30a43..79de66f8cc 100644
--- a/tests/UI/specs/Overlay_spec.js
+++ b/tests/UI/specs/Overlay_spec.js
@@ -46,7 +46,7 @@ describe("Overlay", function () {
expect.screenshot("page_link_clicks").to.be.capture(function (page) {
var pos = page.webpage.evaluate(function () {
var iframe = $('iframe'),
- innerOffset = $('.btn.btn-lg', iframe.contents()).offset();
+ innerOffset = $('.btn.btn-large', iframe.contents()).offset();
return {
x: iframe.offset().left + innerOffset.left,
y: iframe.offset().top + innerOffset.top