1448, update specs

This commit is contained in:
Ahmed Ejaz 2023-11-12 16:06:59 +05:00 committed by Andreas Nedbal
parent dee298fe33
commit 7ef521ad1f
1 changed files with 1 additions and 1 deletions

View File

@ -28,6 +28,6 @@ describe "actions/_share.html.haml", type: :view do
end
it "has a dropdown item to copy to clipboard" do
expect(rendered).to have_css(%(a.dropdown-item[data-action="share#copyToClipboard"]))
expect(rendered).to have_css(%(a.dropdown-item[data-action="clipboard#copy"]))
end
end