wip
This commit is contained in:
@@ -20,10 +20,11 @@ describe('Step 3 – race information', () => {
|
||||
const page = harness.adapter.getPage();
|
||||
expect(page).not.toBeNull();
|
||||
|
||||
const sidebarRaceInfo = await page!.textContent(
|
||||
'#wizard-sidebar-link-set-session-information',
|
||||
);
|
||||
expect(sidebarRaceInfo).toContain('Race Information');
|
||||
const sidebarRaceInfo = await page!
|
||||
.locator(IRACING_SELECTORS.wizard.sidebarLinks.raceInformation)
|
||||
.first()
|
||||
.innerText();
|
||||
expect(sidebarRaceInfo).toMatch(/Race Information/i);
|
||||
|
||||
const config = {
|
||||
sessionName: 'GridPilot E2E Session',
|
||||
|
||||
Reference in New Issue
Block a user