Skip to content

Commit

Permalink
Update feature file to separate examples for school and staging tests…
Browse files Browse the repository at this point in the history
… in room board creation
  • Loading branch information
wolfganggreschus committed Dec 11, 2024
1 parent 9fa1ff0 commit 10b146d
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,14 @@ 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 |
| teacher1_brb | brb | Cypress Room Name | Cypress Board Name | Board Cy Title | cypress-automated-tests | Lehrkraft | teacher_2 |
| teacher | namespace | room_name | board_name | edited_board_title |
| teacher1_brb | brb | Cypress Room Name | Cypress Board Name | Board Cy Title |

@staging_test
Examples:
| teacher | namespace | room_name | board_name | edited_board_title |
| teacher1_brb | brb | Cypress Room Name | Cypress Board Name | Board Cy Title |


# @staging_test
# Examples:
Expand Down

0 comments on commit 10b146d

Please sign in to comment.