Skip to content
代码片段 群组 项目
提交 27f65902 编辑于 作者: Payton Burdette's avatar Payton Burdette 提交者: Jose Vargas
浏览文件

Change action text on test case

上级 8fe35c52
No related branches found
No related tags found
无相关合并请求
......@@ -65,10 +65,10 @@ describe('Job actions cell', () => {
});
it.each`
button | action | jobType
${findPlayButton} | ${'play'} | ${cannotPlayJob}
${findRetryButton} | ${'retry'} | ${cannotRetryJob}
${findPlayScheduledJobButton} | ${'download artifacts'} | ${cannotPlayScheduledJob}
button | action | jobType
${findPlayButton} | ${'play'} | ${cannotPlayJob}
${findRetryButton} | ${'retry'} | ${cannotRetryJob}
${findPlayScheduledJobButton} | ${'play scheduled'} | ${cannotPlayScheduledJob}
`('does not display the $action button if user cannot update build', ({ button, jobType }) => {
createComponent(jobType);
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册