feat: refactor page navigation in frontend tests to use gotoPage function
Some checks failed
ui-regression / playwright-regression (push) Failing after 6m54s

This commit is contained in:
2026-04-02 15:36:38 +08:00
parent ebfb9c7838
commit 6a50dd478c
2 changed files with 33 additions and 32 deletions

View File

@@ -35,11 +35,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 22
cache: pnpm
cache-dependency-path: |
frontend/pnpm-lock.yaml
admin/pnpm-lock.yaml
playwright-smoke/pnpm-lock.yaml
- name: Install frontend deps
working-directory: frontend