Merge branch 'master' into 155910162

This commit is contained in:
Kim Gardner
2018-04-18 15:35:21 -04:00
committed by GitHub
120 changed files with 3580 additions and 2190 deletions
-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();