Skip to content

Commit 2cafe1b

Browse files
committed
fix: rm only
1 parent fd73fa0 commit 2cafe1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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, browserName}) => {
204+
test('Copy path copies correct path to clipboard', async ({page, browserName}) => {
205205
test.skip(browserName === 'webkit', 'Clipboard API is not reliable in Safari');
206206

207207
const pageQueryParams = {
@@ -247,7 +247,7 @@ test.describe('Object Summary', async () => {
247247
await expect(treeItem).toBeVisible();
248248
});
249249

250-
test.only('Refresh button updates tree view after creating table', async ({page}) => {
250+
test('Refresh button updates tree view after creating table', async ({page}) => {
251251
const pageQueryParams = {
252252
schema: tenantName,
253253
database: tenantName,

0 commit comments

Comments
 (0)