Commit b48f6791 authored by Jose Vargas's avatar Jose Vargas

Remove js-graph-group-toggle class in tests

parent 5bcb81ba
......@@ -47,7 +47,7 @@ describe('Graph group component', () => {
});
it('should contain a tab index for the collapse button', () => {
const groupToggle = wrapper.find('.js-graph-group-toggle');
const groupToggle = findToggleButton();
expect(groupToggle.contains('[tabindex]')).toBe(true);
});
......
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