Commit 6f59f73c authored by Jacob Schatz's avatar Jacob Schatz

Merge branch 'master' into login-ui-improvements

parents 391e109c 808c6aaf
...@@ -96,7 +96,7 @@ merge request. ...@@ -96,7 +96,7 @@ merge request.
- When introducing a new document, be careful for the headings to be - When introducing a new document, be careful for the headings to be
grammatically and syntactically correct. It is advised to mention one or all grammatically and syntactically correct. It is advised to mention one or all
of the following GitLab members for a review: `@axil`, `@rspeicher`, of the following GitLab members for a review: `@axil`, `@rspeicher`,
`@dblessing`, `@ashleys`. This is to ensure that no document `@dblessing`. This is to ensure that no document
with wrong heading is going live without an audit, thus preventing dead links with wrong heading is going live without an audit, thus preventing dead links
and redirection issues when corrected and redirection issues when corrected
- Leave exactly one newline after a heading - Leave exactly one newline after a heading
......
...@@ -19,8 +19,8 @@ class Spinach::Features::ProjectGraph < Spinach::FeatureSteps ...@@ -19,8 +19,8 @@ class Spinach::Features::ProjectGraph < Spinach::FeatureSteps
end end
step 'page should have languages graphs' do step 'page should have languages graphs' do
expect(page).to have_content "Ruby 66.63 %" expect(page).to have_content /Ruby 66.* %/
expect(page).to have_content "JavaScript 22.96 %" expect(page).to have_content /JavaScript 22.* %/
end end
step 'page should have commits graphs' do step 'page should have commits graphs' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment