Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
atlldwp committed Feb 10, 2025
1 parent ab3c311 commit 6eb30e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/pages/room_board/pageRoomBoards.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class RoomBoards {
.find('input[type="text"]')
// Ensure text box is visible
.should("be.visible")
// Get the value from the text box, which the copy board URL
// Get the value from the text box, which is the url to the copy board
.invoke("val")
.then((url) => {
// Validate URL
Expand Down

0 comments on commit 6eb30e8

Please sign in to comment.