Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-08-12 13:23:47 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-08-12 13:23:47 +0300
commitd7b681512bb738b9b2ca0c56e761616a1a761295 (patch)
tree42d7bfa4de271bd87ffb7a1d2265094df80de5f3 /spec
parentad3e1edcfce1e24fb9889d5d73852680cf4facf9 (diff)
Fix test failures
Diffstat (limited to 'spec')
-rw-r--r--spec/features/projects/pipelines_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/pipelines_spec.rb b/spec/features/projects/pipelines_spec.rb
index b57652b3ea2..29d150bc597 100644
--- a/spec/features/projects/pipelines_spec.rb
+++ b/spec/features/projects/pipelines_spec.rb
@@ -64,7 +64,7 @@ describe "Pipelines" do
before { click_link('Retry') }
it { expect(page).not_to have_link('Retry') }
- it { expect(page).to have_selector('.ci-pending') }
+ it { expect(page).to have_selector('.ci-running') }
end
end