Skip to content

Commit f44fffa

Browse files
committed
refactor license tab list
1 parent b40737e commit f44fffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Frontend/test/specs/configuration/questions/licenseTabs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export async function licenseTabList() {
55
return tabs;
66
}
77
export async function licenseTabNames() {
8-
const tabs = await screen.findAllByRole("tab");
8+
const tabs = await licenseTabList();
99
// Check the names of the tabs
1010
const tabNames = tabs.map((tab) => tab.textContent?.trim());
1111
return tabNames;

0 commit comments

Comments
 (0)