Skip to content

Commit

Permalink
Merge pull request #71 from eisuke/fix_failing_spec
Browse files Browse the repository at this point in the history
Fix undesirable failing feature spec
  • Loading branch information
eisuke authored Jun 27, 2017
2 parents 4594351 + b0ddcf5 commit 0246f7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/features/job_instance_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
click_on 'Launch'
end

sleep 1
expect(page).to have_content('Job Instance Details')
expect(page).to have_selector('#instance-status .label', text: 'WORKING')

Expand Down

0 comments on commit 0246f7e

Please sign in to comment.