diff --git a/cypress/e2e/room/createEditDeleteBoardInRoom.feature b/cypress/e2e/room/createEditDeleteBoardInRoom.feature index 781db206..d5362b88 100644 --- a/cypress/e2e/room/createEditDeleteBoardInRoom.feature +++ b/cypress/e2e/room/createEditDeleteBoardInRoom.feature @@ -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 '' + # teacher creates a new multi column board Given I am logged in as a '' at '' When I go to room overview When I go to room '' @@ -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 '' @@ -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 |