fix e2e test

This commit is contained in:
Wyatt Johnson
2018-04-17 13:35:30 -06:00
parent a257fdb623
commit b6299c2d40
-6
View File
@@ -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();