Commit 097e8c3a authored by Paul Slaughter's avatar Paul Slaughter

Merge branch 'rachelfox-master-patch-55029' into 'master'

fix clicked typo

See merge request gitlab-org/gitlab!38546
parents 252308e1 e5eb4360
...@@ -75,7 +75,7 @@ describe('EE ProtectedBranchEdit', () => { ...@@ -75,7 +75,7 @@ describe('EE ProtectedBranchEdit', () => {
})); }));
}); });
describe('when clikced and BE error', () => { describe('when clicked and BE error', () => {
beforeEach(() => { beforeEach(() => {
mock.onPatch(TEST_URL).replyOnce(500); mock.onPatch(TEST_URL).replyOnce(500);
toggle.click(); toggle.click();
......
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