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

wait!

parent 21e5cc8d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -470,7 +470,7 @@ describe("UIIntegrationTest", function () { // TODO: Rename to Piwik? ...@@ -470,7 +470,7 @@ describe("UIIntegrationTest", function () { // TODO: Rename to Piwik?
it('should load the Settings > General Settings admin page correctly', function (done) { it('should load the Settings > General Settings admin page correctly', function (done) {
expect.screenshot('admin_settings_general').to.be.captureSelector('.pageWrap', function (page) { expect.screenshot('admin_settings_general').to.be.captureSelector('.pageWrap', function (page) {
page.load("?" + generalParams + "&module=CoreAdminHome&action=generalSettings"); page.load("?" + generalParams + "&module=CoreAdminHome&action=generalSettings");
// angular might need a little to render after page has loaded // angular might need a little to render after page has loaded
page.wait(1000); page.wait(1000);
page.evaluate(function () { page.evaluate(function () {
$('textarea:eq(0)').trigger('focus'); $('textarea:eq(0)').trigger('focus');
...@@ -508,7 +508,7 @@ describe("UIIntegrationTest", function () { // TODO: Rename to Piwik? ...@@ -508,7 +508,7 @@ describe("UIIntegrationTest", function () { // TODO: Rename to Piwik?
page.load("?" + generalParams + "&module=CorePluginsAdmin&action=plugins"); page.load("?" + generalParams + "&module=CorePluginsAdmin&action=plugins");
}, done); }, done);
}); });
it('should load the config file page correctly', function (done) { it('should load the config file page correctly', function (done) {
expect.screenshot('admin_diagnostics_configfile').to.be.captureSelector('.pageWrap', function (page) { expect.screenshot('admin_diagnostics_configfile').to.be.captureSelector('.pageWrap', function (page) {
page.load("?" + generalParams + "&module=Diagnostics&action=configfile"); page.load("?" + generalParams + "&module=Diagnostics&action=configfile");
...@@ -707,6 +707,9 @@ describe("UIIntegrationTest", function () { // TODO: Rename to Piwik? ...@@ -707,6 +707,9 @@ describe("UIIntegrationTest", function () { // TODO: Rename to Piwik?
page.mouseMove('table.dataTable tbody tr:first-child'); page.mouseMove('table.dataTable tbody tr:first-child');
page.mouseMove('a.actionSegmentVisitorLog:visible'); // necessary to get popover to display page.mouseMove('a.actionSegmentVisitorLog:visible'); // necessary to get popover to display
page.click('a.actionSegmentVisitorLog:visible'); page.click('a.actionSegmentVisitorLog:visible');
page.wait(1000);
}, done); }, 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