Skip to content
Snippets Groups Projects
Unverified Commit 4b8004c7 authored by Filipa Lacerda's avatar Filipa Lacerda
Browse files

Improve pending case test

parent 63b93664
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -415,8 +415,8 @@ feature 'Jobs' do
end
 
it 'shows pending empty state' do
expect(page).not_to have_content('This job has not been triggered yet')
expect(page).not_to have_content('This job depends on upstream jobs that need to succeed in order for this job to be triggered')
expect(page).to have_content('This job has not started yet')
expect(page).to have_content('This job is in pending state and is waiting to be picked by the runner')
end
end
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment