Skip to content

Commit

Permalink
Merge pull request #6523 from eduardoj/adapt_openqa_tests
Browse files Browse the repository at this point in the history
Adapt smoke tests to Bootstrap migration
  • Loading branch information
bgeuken committed Dec 8, 2018
2 parents 1538930 + 9ff2c72 commit 164ddd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/t/spec/features/0030_project_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
within("div#subheader") do
click_link('Create Home')
end
click_button('Create Project')
first('input[type=submit]').click # 'Create Project' for 2.8 and 2.9. 'Accept' for master
expect(page).to have_content("Project 'home:Admin' was created successfully")
end

Expand Down

0 comments on commit 164ddd8

Please sign in to comment.