mirror of
https://github.com/wassname/talk.git
synced 2026-07-10 12:39:48 +08:00
Posting comment in e2e test.
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
export default {
|
||||
module.exports = {
|
||||
'@tags': ['app'],
|
||||
'Base url and Hostname': browser => {
|
||||
const { baseUrl } = browser.globals;
|
||||
const {baseUrl} = browser.globals;
|
||||
browser
|
||||
.url(baseUrl)
|
||||
.assert.title('Talk - Coral (Beta)')
|
||||
.waitForElementPresent("body", 1000)
|
||||
.waitForElementPresent('body', 1000);
|
||||
},
|
||||
after: client => {
|
||||
client.end()
|
||||
client.end();
|
||||
}
|
||||
};
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const comment = 'This is a test comment.'
|
||||
const comment = 'This is a test comment.';
|
||||
|
||||
module.exports = {
|
||||
'@tags': ['embed-stream', 'post'],
|
||||
|
||||
Reference in New Issue
Block a user