Skip to content

Commit

Permalink
Fix guest comments in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjaustin committed Sep 8, 2024
1 parent ad76b38 commit bcb960f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/comments_and_kudos/add_comment.feature
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ Scenario: It hides comment actions when a reply form is open

@javascript
Scenario: It shows and hides cancel buttons properly
Given the work "Aftermath" by "creator"
Given the work "Aftermath" by "creator" with guest comments enabled
And a comment "Ugh." by "pest" on the work "Aftermath"
When I view the work "Aftermath"
And I display comments
Expand All @@ -249,7 +249,7 @@ Scenario: It shows and hides cancel buttons properly

@javascript
Scenario: It shows and hides cancel buttons properly even on a new page
Given the work "Aftermath" by "creator"
Given the work "Aftermath" by "creator" with guest comments enabled
And a comment "Ugh." by "pest" on the work "Aftermath"
When I view the work "Aftermath"
And I display comments
Expand Down

0 comments on commit bcb960f

Please sign in to comment.