Skip to content

Commit dfc26d5

Browse files
committed
fix: rm only
1 parent a508373 commit dfc26d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suites/tenant/summary/objectSummary.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ test.describe('Object Summary', async () => {
201201
]);
202202
});
203203

204-
test.only('Copy path copies correct path to clipboard', async ({page}) => {
204+
test('Copy path copies correct path to clipboard', async ({page}) => {
205205
const pageQueryParams = {
206206
schema: dsVslotsSchema,
207207
database: tenantName,

0 commit comments

Comments
 (0)