Skip to content

Commit 4119d38

Browse files
committed
remove .only
1 parent fbeb443 commit 4119d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-e2e-tests/tests/data-modeling-tab.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ describe('Data Modeling tab', function () {
285285
});
286286
});
287287

288-
it.only('exports the data model to PNG', async function () {
288+
it('exports the data model to PNG', async function () {
289289
if (process.platform === 'win32') {
290290
console.warn('Skipping PNG export test on Windows');
291291
this.skip();

0 commit comments

Comments
 (0)