Skip to content

Commit fee733e

Browse files
committed
only shell
1 parent dd088af commit fee733e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/app_harness.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
working-directory: ${{ matrix.example }}
5858
run: |
5959
source venv/bin/activate
60-
playwright install chromium --with-deps
60+
playwright install chromium --with-deps --only-shell
6161
- name: Initialize Reflex App
6262
working-directory: ${{ matrix.example }}
6363
run: |

form-designer/tests/test_login.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def test_create_user(
3333
assert form_designer_app.frontend_url is not None
3434

3535
def _url(url: str):
36-
url = url.removeprefix("/")
36+
url = url.removeprefix("/").removesuffix("/")
3737
assert form_designer_app.frontend_url is not None
3838
return re.compile(form_designer_app.frontend_url + url)
3939

0 commit comments

Comments
 (0)