Skip to content

Commit

Permalink
Remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
jmthomas committed Sep 14, 2023
1 parent 777dbad commit 42f7817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright/tests/data-viewer.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ test('deletes a component and tab', async ({ page, utils }) => {
)
})

test.only('controls playback', async ({ page, utils }) => {
test('controls playback', async ({ page, utils }) => {
await addComponent(page, utils, 'INST', 'ADCS')
await page.locator('[data-test=start-button]').click()
await utils.sleep(1000) // Allow a few packets to come in
Expand Down

0 comments on commit 42f7817

Please sign in to comment.