Task #2974
closedIdea #2872: Replace left nav with "projects/folders" interface
Make existing tests pass
Updated by Radhika Chippada over 10 years ago
- Status changed from In Progress to Feedback
- Assigned To changed from Radhika Chippada to Tom Clegg
- % Done changed from 0 to 90
Tom,
All tests but one are passing (detail below). Please review and merge "2872-folder-nav-tests" into "2872-folder-nav" to get the test updates in.
The one failing test is in (test/integration/pipeline_instances_test.rb:33). After I updated the test to meet the updated UI, it is now failing because the Run button is enabled even when the input is not yet provided. I am thinking this is probably an error in the new UI; though I have not looked into code. Please check and let me know after the bug is addressed.
PipelineInstancesTest#test_Create_and_run_a_pipeline:
Capybara::ExpectationNotMet: expected to find css "a.disabled,button.disabled" with text "Run" but there were no matches
test/integration/pipeline_instances_test.rb:33:in `block in <class:PipelineInstancesTest>'
Updated by Radhika Chippada over 10 years ago
- Status changed from Feedback to Resolved
- Assigned To changed from Tom Clegg to Radhika Chippada
- % Done changed from 90 to 100
- Remaining (hours) changed from 3.0 to 0.0
All tests passing. Also, added one more test to pipeline instances testing.
branch: 2872-folder-nav-tests