Skip to content

Commit 9df7c77

Browse files
authored
fix(test): Fix failing shinyapps.io deploy test (#1470)
1 parent e990881 commit 9df7c77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/playwright/deploys/plotly/rsconnect-python/plotly.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"app_url": "https://testing-apps.shinyapps.io/example_deploy_app_a1/",
55
"app_id": 10800241,
66
"app_guid": null,
7-
"title": "example_deploy_app_A",
7+
"title": "example_deploy_app_a1",
88
"app_mode": "python-shiny",
99
"app_store_version": 1
1010
}

tests/playwright/deploys/plotly/test_plotly_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
)
99

1010
TIMEOUT = 2 * 60 * 1000
11-
app_url = create_deploys_app_url_fixture("example_deploy_app_A")
11+
app_url = create_deploys_app_url_fixture("example_deploy_app_a1")
1212

1313

1414
@skip_if_not_chrome

0 commit comments

Comments
 (0)