Skip to content

Commit

Permalink
Remove test.only
Browse files Browse the repository at this point in the history
  • Loading branch information
jmthomas committed Sep 28, 2023
1 parent 85551c2 commit 9a3e7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright/tests/tlm-grapher.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ test('shrinks and expands both width and height', async ({ page, utils }) => {
expect(minBox2.height).toBe(minBox.height)
})

test.only('edits a graph', async ({ page, utils }) => {
test('edits a graph', async ({ page, utils }) => {
await utils.selectTargetPacketItem('INST', 'HEALTH_STATUS', 'TEMP1')
await page.locator('button:has-text("Add Item")').click()
await expect(page.locator('#chart0')).toContainText('TEMP1')
Expand Down

0 comments on commit 9a3e7cb

Please sign in to comment.