Skip to content

Commit

Permalink
test(*): fix case
Browse files Browse the repository at this point in the history
  • Loading branch information
Leopoldthecoder committed Oct 20, 2023
1 parent ab074c4 commit 7e53a1a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/playwright/specs/consumers/01-Consumers.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,8 @@ test.describe('consumers', () => {
})

test('consumer detail page - copy json to clipboard', async ({ browserName, page }) => {
const consumerListPage = new ConsumerListPage(page)

await withNavigation(page, () => clickEntityListAction(page, 'view'))
await clickConfigurationCopy(page, 'consumer')
await expect(page.locator(consumerListPage.$.success)).toBeVisible()
await expect(page.locator(consumerListPage.$.success)).toContainText('Successfully copied to clipboard')

// TODO Skip on Webkit
if (browserName !== 'webkit') {
Expand Down

0 comments on commit 7e53a1a

Please sign in to comment.