mirror of
https://github.com/wassname/talk.git
synced 2026-07-14 11:18:50 +08:00
fix e2e test
This commit is contained in:
@@ -96,12 +96,6 @@ module.exports = {
|
||||
|
||||
comments.logout();
|
||||
},
|
||||
'not logged in user clicks my profile tab': client => {
|
||||
const embedStream = client.page.embedStream();
|
||||
const profile = embedStream.goToProfileSection();
|
||||
|
||||
profile.assert.visible('@notLoggedIn');
|
||||
},
|
||||
'admin logs in': client => {
|
||||
const { testData: { admin } } = client.globals;
|
||||
const embedStream = client.page.embedStream();
|
||||
|
||||
Reference in New Issue
Block a user