Skip to content

Commit

Permalink
fix: integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
collinlokken committed Oct 30, 2023
1 parent fa5d179 commit ff229ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/signalApp.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test('Start SignalApp', async ({ page }) => {
test('run Create job', async ({ page }) => {
await page.getByRole('button', { name: 'Open' }).click()
await page.getByRole('button', { name: 'Open' }).click()
await page.getByRole('button', { name: 'Start' }).click()
await page.getByRole('button', { name: 'Run' }).click()
await expect(
page.getByText('Progress tracking not implemented')
).toBeVisible()
Expand Down

0 comments on commit ff229ac

Please sign in to comment.