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
path: root/tests/UI
diff options
context:
space:
mode:
authorMatthieu Aubry <mattab@users.noreply.github.com>2017-01-10 01:07:25 +0300
committerGitHub <noreply@github.com>2017-01-10 01:07:25 +0300
commit1b41ba442308c848c397b31fb2498f00007906c6 (patch)
tree1f4b4682d3eabdd5bd4c58a124f652bc256f9879 /tests/UI
parent4f60a3f0bc9667a5cac1c62e7ad947cafff0a11e (diff)
Fix MySQLi system test (#11162)
* Fix MySQLi system test * Restoring one .to.be.skippedOnAbort();
Diffstat (limited to 'tests/UI')
-rw-r--r--tests/UI/specs/UIIntegration_spec.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/UI/specs/UIIntegration_spec.js b/tests/UI/specs/UIIntegration_spec.js
index 9d822edbe5..6923b75377 100644
--- a/tests/UI/specs/UIIntegration_spec.js
+++ b/tests/UI/specs/UIIntegration_spec.js
@@ -369,6 +369,7 @@ describe("UIIntegrationTest", function () { // TODO: Rename to Piwik?
it('should load the widgetized visitor log correctly', function (done) {
this.retries(3);
expect.screenshot('widgetize_visitor_log').to.be.capture(function (page) {
+ expect.screenshot("widgetize_visitor_log").to.be.skippedOnAbort();
page.load("?" + widgetizeParams + "&" + generalParams + "&moduleToWidgetize=Live&actionToWidgetize=getVisitorLog");
page.evaluate(function () {
$('.expandDataTableFooterDrawer').click();