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

Move DBStats test to UI test repo & updating UI test screenshots.

parent ff0d8606
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
/*!
* Piwik - Web Analytics
*
* Screenshot tests for the DBStats plugin.
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
describe("DBStats", function () {
this.timeout(0);
var url = "?module=DBStats&action=index&idSite=1&period=day&date=yesterday";
it("should load correctly", function (done) {
expect.screenshot('admin_page').to.be.capture(function (page) {
page.load(url);
}, done);
});
});
\ No newline at end of file
Le fichier a été supprimé par une entrée .gitattributes, ou son encodage n'est pas pris en charge.
Subproject commit c33ae0cf434c8434b47414f2f6f1523310ab8d46
Subproject commit 1329c5ad4a1524047b75b81e8bdd629ff4be6a5b
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