Skip to content

Commit 3ddcbe0

Browse files
authored
Disable modal in home page (#1880)
Signed-off-by: Lin Wang <wonglam@amazon.com>
1 parent 0b6c0fd commit 3ddcbe0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/observability-release-e2e-workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
tests:
1616
- 'cypress/**/observability-dashboards/**'
1717
- '.github/workflows/release-e2e-workflow-template.yml'
18+
- '.github/workflows/observability-release-e2e-workflow.yml'
1819
1920
tests:
2021
needs: changes
@@ -23,3 +24,4 @@ jobs:
2324
with:
2425
test-name: Observability
2526
test-command: yarn cypress:run-with-security --browser chromium --spec 'cypress/integration/plugins/observability-dashboards/*'
27+
osd-serve-args: --home.disableExperienceModal=true --home.disableWelcomeScreen=true

0 commit comments

Comments
 (0)