Skip to content

Commit 42f7817

Browse files
committed
Remove only
1 parent 777dbad commit 42f7817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright/tests/data-viewer.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ test('deletes a component and tab', async ({ page, utils }) => {
199199
)
200200
})
201201

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

0 commit comments

Comments
 (0)