Skip to content
Extraits de code Groupes Projets
Valider 25b43c1a rédigé par sgiehl's avatar sgiehl
Parcourir les fichiers

reenable exclude low population ui test

parent a5030e51
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -38,8 +38,7 @@ describe("ActionsDataTable", function () {
}, done);
});
// Test is skipped as it randomly fails http://builds-artifacts.piwik.org/ui-tests.master/2433.1/screenshot-diffs/diffviewer.html
it.skip("should exclude low population rows when exclude low population link clicked", function (done) {
it("should exclude low population rows when exclude low population link clicked", function (done) {
expect.screenshot('exclude_low_population').to.be.capture(function (page) {
page.mouseMove('.tableConfiguration');
page.click('.dataTableExcludeLowPopulation');
......@@ -48,10 +47,6 @@ describe("ActionsDataTable", function () {
it("should load normal view when switch to view hierarchical view link is clicked", function (done) {
expect.screenshot('unflattened').to.be.capture(function (page) {
// exclude low population (copied from exclude_low_population test above as it was 'skipped')
page.mouseMove('.tableConfiguration');
page.click('.dataTableExcludeLowPopulation');
page.mouseMove('.tableConfiguration');
page.click('.dataTableFlatten');
}, done);
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter