Commit ae01dbd6 authored by Jannik Lehmann's avatar Jannik Lehmann

Refactor Specs

parent 46f4d663
...@@ -22,7 +22,7 @@ describe('IssuesAnalyticsTable', () => { ...@@ -22,7 +22,7 @@ describe('IssuesAnalyticsTable', () => {
}); });
}; };
const findTable = () => wrapper.find(GlTableLite); const findTable = () => wrapper.findComponent(GlTableLite);
const findIssueDetailsCol = (rowIndex) => const findIssueDetailsCol = (rowIndex) =>
findTable().findAll('[data-testid="detailsCol"]').at(rowIndex); findTable().findAll('[data-testid="detailsCol"]').at(rowIndex);
......
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