We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a5055 commit 5d3aae3Copy full SHA for 5d3aae3
tests/playwright/specs-ee/plugins/01-Plugins.spec.ts
@@ -4,7 +4,7 @@ import baseTest from '@pw/base-test'
4
const test = baseTest()
5
6
test.describe('PLACEHOLDER', () => {
7
- test('is enterprise edition', async ({ page }) => {
+ test.skip('is enterprise edition', async ({ page }) => {
8
await page.goto('/')
9
await expect(page.locator('[aria-label="Gateway"] .info-list')).toContainText('enterprise')
10
})
0 commit comments