Commit 27f65902 authored by Payton Burdette's avatar Payton Burdette Committed by Jose Vargas

Change action text on test case

parent 8fe35c52
...@@ -65,10 +65,10 @@ describe('Job actions cell', () => { ...@@ -65,10 +65,10 @@ describe('Job actions cell', () => {
}); });
it.each` it.each`
button | action | jobType button | action | jobType
${findPlayButton} | ${'play'} | ${cannotPlayJob} ${findPlayButton} | ${'play'} | ${cannotPlayJob}
${findRetryButton} | ${'retry'} | ${cannotRetryJob} ${findRetryButton} | ${'retry'} | ${cannotRetryJob}
${findPlayScheduledJobButton} | ${'download artifacts'} | ${cannotPlayScheduledJob} ${findPlayScheduledJobButton} | ${'play scheduled'} | ${cannotPlayScheduledJob}
`('does not display the $action button if user cannot update build', ({ button, jobType }) => { `('does not display the $action button if user cannot update build', ({ button, jobType }) => {
createComponent(jobType); createComponent(jobType);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment