Skip to content

Commit

Permalink
fix manage_share_tokens_examples
Browse files Browse the repository at this point in the history
  • Loading branch information
antopalidi committed Sep 6, 2024
1 parent 8ac4ab5 commit d2be81c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
end

it "has a share button that opens the share url for the resource" do
within ".share_tokens tbody tr:first-child" do
within ".share_tokens tbody tr", text: share_tokens.first.token do
share_window = window_opened_by { click_on "Preview", wait: 2 }

within_window share_window do
Expand Down

0 comments on commit d2be81c

Please sign in to comment.