Skip to content
代码片段 群组 项目
提交 21fad0b0 编辑于 作者: Natalia Tepluhina's avatar Natalia Tepluhina
浏览文件

Merge branch '369741-avoid-usage-of-toBeTruthy/toBeFalsy' into 'master'

Avoid usage of toBeTruthy/toBeFalsy

See merge request gitlab-org/gitlab!94716
No related branches found
No related tags found
无相关合并请求
......@@ -402,7 +402,7 @@ describe('TrainingProviderList component', () => {
it('has disabled state for radio', () => {
findPrimaryProviderRadios().wrappers.forEach((radio) => {
expect(radio.attributes('disabled')).toBeTruthy();
expect(radio.attributes('disabled')).toBe('true');
});
});
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册