Skip to content

Commit

Permalink
fix shell UI test
Browse files Browse the repository at this point in the history
  • Loading branch information
xpillons committed Apr 3, 2024
1 parent 75be72b commit affc164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ood_home.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ test('Shell Session', async ({browser}) => {
const page1Promise = page.waitForEvent('popup');
await page.getByRole('link', { name: 'AZHOP - Cluster Shell Access', exact: true }).click();
const page1 = await page1Promise;
await page1.frameLocator('iframe').getByText('['+process.env.AZHOP_USER+'@ondemand ~]$').click();
await page1.frameLocator('iframe').getByText(process.env.AZHOP_USER+'@ondemand').click();

await page.close()
// Close the browser
Expand Down

0 comments on commit affc164

Please sign in to comment.