Commit bdd6f9be authored by Ben Hayward's avatar Ben Hayward

xit

1 merge request!491[Sprint/KiltedKoala](feat): Added in comment-tree e2e tests #1635
Pipeline #75623813 passed with stages
in 47 minutes and 10 seconds
......@@ -71,7 +71,7 @@ context('Comment Threads', () => {
cy.get(commentContent(2)).contains(testMessage[2]);
});
xit('should allow a user to post a tier 3 comment', () => {
it('should allow a user to post a tier 3 comment', () => {
//expand top comment, then top reply button.
cy.get(commentButton(2)).click();
cy.get(replyButton(2)).click();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment