Merge branch 'master' into gdpr-delete

This commit is contained in:
Wyatt Johnson
2018-04-18 13:17:51 -06:00
committed by GitHub
6 changed files with 23 additions and 68 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();