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 'plugins/SEO/tests/UI/SeoWidget_spec.js')
-rw-r--r--plugins/SEO/tests/UI/SeoWidget_spec.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/SEO/tests/UI/SeoWidget_spec.js b/plugins/SEO/tests/UI/SeoWidget_spec.js
index b65927b182..71387ec123 100644
--- a/plugins/SEO/tests/UI/SeoWidget_spec.js
+++ b/plugins/SEO/tests/UI/SeoWidget_spec.js
@@ -1,6 +1,6 @@
/*!
* Matomo - free/libre analytics platform
- *
+ *
* Seo widget screenshot tests.
*
* @link https://matomo.org
@@ -23,7 +23,6 @@ describe("SeoWidgetTest", function () {
await page.goto(url);
await page.evaluate(function () {
$('td:last div').text('3 years 78 days');
- $('td:contains(Alexa)').next().children('div').text('25,558');
});
expect(await page.screenshotSelector('.widget')).to.matchImage('widget');
});