We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df9edc9 commit bda14a0Copy full SHA for bda14a0
1 file changed
playwright/tests/integration/platform/help-menu.spec.ts
@@ -12,7 +12,7 @@ test.afterEach(setupAfter);
12
test.describe('Platform Header Toolbar - Help Menu', () => {
13
test(
14
'should conditionally display based on topology type',
15
- { tag: ['@not_mock'] },
+ { tag: ['@not_mock', '@tier1'] },
16
async ({ page }) => {
17
const awxConfigPromise = page.waitForResponse(
18
(response) =>
0 commit comments