Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
atlldwp committed Feb 11, 2025
1 parent af60b47 commit 27f1e00
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Feature: Rooms - Share multi-column room board in the Rooms with teacher from th
Then I see the option Copy link
Then I see the option Scan QR Code
Then I copy the board URL
Then I see the alert success message
Then I see the alert message

# pre-condition: the second teacher is logged into the application, and a room exists
Given I am logged in as a '<teacher2>' at '<namespace>'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Feature: Rooms - Share multi-column board in the rooms with the teacher from dif
Then I see the option Copy link
Then I see the option Scan QR Code
Then I copy the board URL
Then I see the alert success message
Then I see the alert message

# pre-condition: second teacher logged into the application, and a room exists
Given I am logged in as a '<teacherExt1>' at '<namespace>'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Feature: Rooms - Share multi-column board in the rooms with the teacher from dif
Then I see the option Copy link
Then I see the option Scan QR Code
Then I copy the board URL
Then I see the alert success message
Then I see the alert message

# pre-condition: second teacher logged into the application, and a room exists
Given I am logged in as a '<teacherExt1>' at '<namespace>'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import RoomBoards from "../../pages/room_board/pageRoomBoards";

const roomBoards = new RoomBoards();

Then("I see the alert success message", () => {
Then("I see the alert message", () => {
roomBoards.verifyShareImportBoardAlert();
});

Expand Down

0 comments on commit 27f1e00

Please sign in to comment.