Commit 7e7751bf authored by pburdette's avatar pburdette

Remove false check

We are covering the disabled
check already lets remove this
one.
parent b96db550
......@@ -124,10 +124,6 @@ describe('Manual Variables Form', () => {
createComponent(requiredProps, mount);
});
it('trigger button is not disabled on mount', () => {
expect(findTriggerBtn().props('disabled')).toBe(false);
});
it('trigger button is disabled after trigger action', async () => {
expect(findTriggerBtn().props('disabled')).toBe(false);
......
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