Skip to content

Commit

Permalink
Add comments to clarify teacher actions for creating and editing mult…
Browse files Browse the repository at this point in the history
…i-column boards in room feature tests
  • Loading branch information
wolfganggreschus committed Dec 11, 2024
1 parent 0dd7916 commit 23637a6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions cypress/e2e/room/createEditDeleteBoardInRoom.feature
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Feature: Room - Add, edit and delete board in room
When I click on the button to save the room
Then I see the detail page of room '<room_name>'

# teacher creates a new multi column board
Given I am logged in as a '<teacher>' at '<namespace>'
When I go to room overview
When I go to room '<room_name>'
Expand All @@ -24,6 +25,8 @@ Feature: Room - Add, edit and delete board in room
Then I see the column board dialog box
When I click on button to add multi column board
Then I see the page room board details

# teacher edites title of the new multi column board
When I click on the button three dot menu in room board
When I click on edit in board menu
Then I enter the course board title '<edited_board_title>'
Expand Down Expand Up @@ -53,11 +56,6 @@ Feature: Room - Add, edit and delete board in room








@school_api_test
Examples:
| teacher | namespace | room_name | board_name | edited_board_title | school_name | role_name | participant_name |
Expand Down

0 comments on commit 23637a6

Please sign in to comment.