Skip to content
Extraits de code Groupes Projets
Valider 21e5cc8d rédigé par mattab's avatar mattab
Parcourir les fichiers

retry

parent f86f920d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -695,6 +695,7 @@ describe("UIIntegrationTest", function () { // TODO: Rename to Piwik? ...@@ -695,6 +695,7 @@ describe("UIIntegrationTest", function () { // TODO: Rename to Piwik?
}); });
it('should load the segmented visitor log correctly when a segment is selected', function (done) { it('should load the segmented visitor log correctly when a segment is selected', function (done) {
this.retries(3);
expect.screenshot("segmented_visitorlog").to.be.skippedOnAbort(); expect.screenshot("segmented_visitorlog").to.be.skippedOnAbort();
...@@ -718,9 +719,6 @@ describe("UIIntegrationTest", function () { // TODO: Rename to Piwik? ...@@ -718,9 +719,6 @@ describe("UIIntegrationTest", function () { // TODO: Rename to Piwik?
testEnvironment.save(); testEnvironment.save();
expect.screenshot("visitor_profile_not_segmented").to.be.similar(0.002).to.capture(function (page) { expect.screenshot("visitor_profile_not_segmented").to.be.similar(0.002).to.capture(function (page) {
// as the process sometimes hang, we force timeout of 15s
//page.settings.resourceTimeout = 15000;
page.load(url); page.load(url);
page.evaluate(function () { page.evaluate(function () {
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter