diff --git a/tests/integration/startup.spec.ts b/tests/integration/startup.spec.ts index 9edbd1cd..0ababeb4 100644 --- a/tests/integration/startup.spec.ts +++ b/tests/integration/startup.spec.ts @@ -25,7 +25,7 @@ test('has title', async () => { await getStartedButton.click(); - await expect(page.getByText('Choose Installation Location')).toBeVisible(); + await expect(page.getByText('Select GPU')).toBeVisible(); await page.screenshot({ path: 'screenshot-get-started.png' });