mirror of
https://github.com/wassname/talk.git
synced 2026-08-17 11:27:52 +08:00
e2e tests
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
module.exports = {
|
||||
commands: [{
|
||||
url: function() {
|
||||
return `${this.api.launchUrl}/admin/community`;
|
||||
},
|
||||
ready() {
|
||||
return this
|
||||
.waitForElementVisible('body');
|
||||
},
|
||||
}],
|
||||
elements: {
|
||||
container: '.talk-admin-community',
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user