-
Story
-
Resolution: Fixed
-
Minor
-
None
-
-
1.0-m10, 1.0-m11, 1.0-m12, 1.0-pre-beta-1, 1.0-beta-1
Create a v1 acceptance test for testing the the multibranch flow:
- Create the multibranch job. Will need to have branches.
- Inspect structure of the Branches tab. Use a Nightwatch page-object for this.
- Setup an SSE listener in the test to listen for runs of one of the branches.
- Press the "run" widget on the branch being listened to.
- Use the async SSE events to move the test to a successful "done()".
- Verify that the "Queued" and "Started" Toast components appeared at the right time. This will be tricky hmmm.