Update test after changes build page css
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
f8a33707b7
commit
ccd99efe64
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class Spinach::Features::ProjectBuildsSummary < Spinach::FeatureSteps
|
||||||
end
|
end
|
||||||
|
|
||||||
step 'I see button to CI Lint' do
|
step 'I see button to CI Lint' do
|
||||||
page.within('.controls') do
|
page.within('.nav-controls') do
|
||||||
ci_lint_tool_link = page.find_link('CI Lint')
|
ci_lint_tool_link = page.find_link('CI Lint')
|
||||||
expect(ci_lint_tool_link[:href]).to eq ci_lint_path
|
expect(ci_lint_tool_link[:href]).to eq ci_lint_path
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue