Skip to content

Commit

Permalink
set test to unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
MBergCap committed Jan 22, 2025
1 parent 031ffa4 commit 0281da8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
9 changes: 6 additions & 3 deletions cypress/e2e/course_board/shareBoardCardLink.feature
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
@regression_test
@stable_test
# @regression_test
# @stable_test
# Note: the test can be set to stable when the feature is on staging
@unstable
Feature: Course Board - To share a board card link

As a teacher I want to share a link to a board card.

@stable_test
# @stable_test
@unstable
Scenario: Teacher shares a link to a board card
Given I am logged in as a '<teacher_2>' at '<namespace>'
Given I am logged in as a '<teacher_1>' at '<namespace>'
Expand Down
9 changes: 6 additions & 3 deletions cypress/e2e/room_board/shareBoardCardLinkInRoom.feature
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
@regression_test
@stable_test
# @regression_test
# @stable_test
# Note: the test can be set to stable when the feature is on staging
@unstable
Feature: Room Board - To share a board card link

As a teacher I want to share a link to a board card.

@stable_test
# @stable_test
@unstable
Scenario: Teacher shares a link to a board card
Given I am logged in as a '<teacher_2>' at '<namespace>'
Given I am logged in as a '<teacher_1>' at '<namespace>'
Expand Down

0 comments on commit 0281da8

Please sign in to comment.