Test code removed
gitea/salix/dev There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2019-10-28 19:53:19 +01:00
parent ae178e5192
commit 061fe8630c
1 changed files with 0 additions and 6 deletions

View File

@ -7,12 +7,6 @@ import config from './config.js';
let currentUser;
let actions = {
test: function() {
return this.evaluate(() => {
document.perico();
});
},
// Generic extensions
clickIfExists: async function(selector) {