Commit e5eb4360 authored by Rachel Fox's avatar Rachel Fox

fix clicked typo

parent d6146737
......@@ -75,7 +75,7 @@ describe('EE ProtectedBranchEdit', () => {
}));
});
describe('when clikced and BE error', () => {
describe('when clicked and BE error', () => {
beforeEach(() => {
mock.onPatch(TEST_URL).replyOnce(500);
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