Updating tests to reflect graphql changes.

This commit is contained in:
David Jay
2017-01-26 14:41:03 -05:00
parent aa83aea849
commit 2e34f726eb
6 changed files with 20 additions and 18 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ module.exports = {
// Verify that comment count is correct
client.waitForElementVisible('.coral-plugin-comment-count-text', 2000)
.assert.containsText('.coral-plugin-comment-count-text', '1 Comment');
.assert.containsText('.coral-plugin-comment-count-text', '2 Comments');
done();
});
},
+1 -1
View File
@@ -13,7 +13,7 @@ module.exports = {
embedStreamPage
.signUp({
email: `visitor_${Date.now()}@test.com`,
displayName: 'visitor',
displayName: `visitor${Date.now()}`,
pass: 'testtest'
});
},