Skip to content

Commit

Permalink
remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Jan 4, 2024
1 parent 255f5de commit 92d700f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/formats.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { test, expect } from '@playwright/test';

test.only('example-city.tmx', async ({ page }) => {
test('example-city.tmx', async ({ page }) => {
await page.goto('http://localhost:8080/formats/#example-city.tmx');
await page.click('#excalibur-play');
await page.waitForTimeout(500);
Expand Down

0 comments on commit 92d700f

Please sign in to comment.