Update test description, remove async

parent 26f885d9
......@@ -78,7 +78,7 @@ describe('OnDemandScans', () => {
expect(link.attributes('href')).toBe(newDastScanPath);
});
it('renders the tabs if there is data', async () => {
it('renders the tabs', () => {
expect(findAllTab().exists()).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