We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b40737e commit f44fffaCopy full SHA for f44fffa
src/Frontend/test/specs/configuration/questions/licenseTabs.ts
@@ -5,7 +5,7 @@ export async function licenseTabList() {
5
return tabs;
6
}
7
export async function licenseTabNames() {
8
- const tabs = await screen.findAllByRole("tab");
+ const tabs = await licenseTabList();
9
// Check the names of the tabs
10
const tabNames = tabs.map((tab) => tab.textContent?.trim());
11
return tabNames;
0 commit comments