Skip to content

Commit bda14a0

Browse files
committed
Add @Tier1 tag to help-menu test per PR feedback
Made-with: Cursor
1 parent df9edc9 commit bda14a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

playwright/tests/integration/platform/help-menu.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ test.afterEach(setupAfter);
1212
test.describe('Platform Header Toolbar - Help Menu', () => {
1313
test(
1414
'should conditionally display based on topology type',
15-
{ tag: ['@not_mock'] },
15+
{ tag: ['@not_mock', '@tier1'] },
1616
async ({ page }) => {
1717
const awxConfigPromise = page.waitForResponse(
1818
(response) =>

0 commit comments

Comments
 (0)