diff options
| author | Filipa Lacerda <filipa@gitlab.com> | 2018-01-12 16:03:18 +0000 |
|---|---|---|
| committer | Filipa Lacerda <filipa@gitlab.com> | 2018-01-12 16:03:18 +0000 |
| commit | cd56625a0e1c4126890c65cade986353dcac602b (patch) | |
| tree | caac579b9353a1a5a3791ba0687cae5917973b19 | |
| parent | 8f55de749b353cad5b3f172afbfb82c083514eed (diff) | |
| download | gitlab-ce-41970-job-play-button.tar.gz | |
Remove extra period41970-job-play-button
| -rw-r--r-- | spec/features/projects/jobs_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/jobs_spec.rb b/spec/features/projects/jobs_spec.rb index a662c0b9673..a5cd858b11a 100644 --- a/spec/features/projects/jobs_spec.rb +++ b/spec/features/projects/jobs_spec.rb @@ -380,7 +380,7 @@ feature 'Jobs' do it 'shows manual action empty state' do expect(page).to have_content('This job requires a manual action') - expect(page).to have_content('This job depends on a user to trigger its process. Often they are used to deploy code to production environments.') + expect(page).to have_content('This job depends on a user to trigger its process. Often they are used to deploy code to production environments') expect(page).to have_link('Trigger this manual action') end |
