Browse Source

Merge branch 'main' into fix_index_schemes_data_coordinator

pull/675/head
J G 3 years ago committed by GitHub
parent
commit
1a450e5fdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      spec/features/schemes_spec.rb

2
spec/features/schemes_spec.rb

@ -20,7 +20,7 @@ RSpec.describe "Schemes scheme Features" do
context "when I click schemes" do
before do
click_link "Schemes"
click_link "Schemes", href: "/schemes"
end
it "shows list of schemes" do

Loading…
Cancel
Save