1448, update specs
This commit is contained in:
parent
dee298fe33
commit
7ef521ad1f
|
@ -28,6 +28,6 @@ describe "actions/_share.html.haml", type: :view do
|
||||||
end
|
end
|
||||||
|
|
||||||
it "has a dropdown item to copy to clipboard" do
|
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
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue