Fix typo in spec

This commit is contained in:
Maikel Linke
2024-02-19 13:23:43 +11:00
parent 2cf8a6dcb9
commit 66c6994d78

View File

@@ -149,7 +149,7 @@ describe '
within(".permalink") do
link_path = "#{main_app.root_url}#{@enterprise.permalink}/shop"
link = find_link(link)
link = find_link(link_path)
expect(link[:href]).to eq link_path
expect(link[:target]).to eq '_blank'
end