提交 c7a7e795 编写于 作者: M Mayra Cabrera

Merge branch 'tp-qtt182-12' into 'master'

Change qa-* class references to js-* for squash-checkbox

Closes gitlab-org/quality/team-tasks#182

See merge request gitlab-org/gitlab-ce!31214
......@@ -36,7 +36,7 @@ export default {
:disabled="isDisabled"
type="checkbox"
name="squash"
class="qa-squash-checkbox"
class="qa-squash-checkbox js-squash-checkbox"
@change="$emit('input', $event.target.checked)"
/>
{{ __('Squash commits') }}
......
......@@ -21,7 +21,7 @@ describe('Squash before merge component', () => {
});
describe('checkbox', () => {
const findCheckbox = () => wrapper.find('.qa-squash-checkbox');
const findCheckbox = () => wrapper.find('.js-squash-checkbox');
it('is unchecked if passed value prop is false', () => {
createComponent({
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册