Skip to content

Commit

Permalink
fix: rm only
Browse files Browse the repository at this point in the history
  • Loading branch information
astandrik committed Dec 28, 2024
1 parent fd73fa0 commit 2cafe1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/suites/tenant/summary/objectSummary.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ test.describe('Object Summary', async () => {
]);
});

test.only('Copy path copies correct path to clipboard', async ({page, browserName}) => {
test('Copy path copies correct path to clipboard', async ({page, browserName}) => {
test.skip(browserName === 'webkit', 'Clipboard API is not reliable in Safari');

const pageQueryParams = {
Expand Down Expand Up @@ -247,7 +247,7 @@ test.describe('Object Summary', async () => {
await expect(treeItem).toBeVisible();
});

test.only('Refresh button updates tree view after creating table', async ({page}) => {
test('Refresh button updates tree view after creating table', async ({page}) => {
const pageQueryParams = {
schema: tenantName,
database: tenantName,
Expand Down

0 comments on commit 2cafe1b

Please sign in to comment.