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 a508373 commit dfc26d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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}) => {
test('Copy path copies correct path to clipboard', async ({page}) => {
const pageQueryParams = {
schema: dsVslotsSchema,
database: tenantName,
Expand Down

0 comments on commit dfc26d5

Please sign in to comment.