Skip to content
Extraits de code Groupes Projets
Valider 1aeed35b rédigé par Matthieu Napoli's avatar Matthieu Napoli
Parcourir les fichiers

Added UI test for themes

This test enables the example theme and checks that it works.
parent bdb1fd6f
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
@theme-fontFamily-base: Verdana, sans-serif;
@theme-color-background-base: #b8ffe3;
@theme-color-brand: #70cad4;
@theme-color-brand: #5793d4;
@theme-color-background-base: #d9e0e3;
/*
@theme-color-brand: #d4291f;
......
/*!
* Piwik - free/libre analytics platform
*
* Tests that theming works.
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
describe("Theme", function () {
this.timeout(0);
before(function () {
testEnvironment.pluginsToLoad = ['ExampleTheme'];
testEnvironment.save();
});
it("should use the current theme", function (done) {
expect.screenshot("load").to.be.capture(function (page) {
page.load("");
}, done);
});
});
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