Skip to content

add nav missing hyphen#748

Open
p0wline wants to merge 11 commits intodevelopfrom
doc_fix
Open

add nav missing hyphen#748
p0wline wants to merge 11 commits intodevelopfrom
doc_fix

Conversation

@p0wline
Copy link
Contributor

@p0wline p0wline commented Mar 3, 2026

No description provided.

* test: use playwright to test UI

* fix: rebase

* fix: increase coverage

* test: increase coverage

* fix: test E2E

* chore(nix): update ui pnpm deps hash

* fix: ant dropdown

* fix: pnpm hashes

npm audit fix
p0wline and others added 7 commits March 5, 2026 08:56
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4...v6)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v7)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix(ui): e2e tests

* fix(ui): refactor e2e tests, fix esbuild audit, update README and nix hash

- Replace raw UUID .match() patterns with extractUuid() helper
- Replace 15_000 timeout literals with UI_READY_TIMEOUT constant
- Move security overrides to pnpm.overrides to fix esbuild audit (GHSA-67mh-4wv8-2f99)
- Regenerate pnpm-lock.yaml with esbuild >=0.25.10 for vite-plugin-theme
- Update ui.pnpm.darwin.sha256 for new lockfile
- Rewrite ui/README.md for Node 22.x / pnpm 9.x workflow

* chore: update Nix expected hash

* fix(ui): address issue #749 – routes, sitemap, workers, server docs

- Add routes.ts: centralised E2E route map (fixes hardcoded path duplication)
- Add sitemap.spec.ts: navigation smoke test across all application pages
- Update certificates-flow.spec.ts to import CERT_ROUTES from routes.ts
- Update azure-flow.spec.ts to import AZURE_ROUTES from routes.ts and use
  UI_READY_TIMEOUT instead of the magic literal 30_000
- Add comment in start_kms_server.rs explaining why SPA deep-link routes are
  registered (client-side React-Router navigation support)
- Make playwright workers configurable via PLAYWRIGHT_WORKERS env variable
  (defaults to 1; set to higher value to run tests in parallel)

* fix(ui): sitemap – use h1 locator for read-only pages (owned, obtained, CSE)

sitemap.spec.ts was checking [data-testid="submit-btn"] on all pages, but
three pages are read-only list/info views that render an h1 heading instead:
  • /ui/access-rights/owned  (ObjectsOwnedList)
  • /ui/access-rights/obtained  (AccessObtainedList)
  • /ui/google-cse  (CseInfo)

Add a locator field to the Route interface so individual routes can override
the default submit-btn assertion. Mark the three read-only routes with
locator: 'h1'.  Fixes CI failures in runs 22688538790.

* fix(ui): sitemap – avoid strict mode violation on multi-h1 pages

Playwright's strict mode throws when a locator resolves to more than one
element.  The owned, obtained, and Google CSE pages have two h1 elements
(one from the app layout, one from the page body), so locator('h1') fails.

Use .first() to select the first match, which is unambiguous and sufficient
for a smoke-navigation check.
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v3...v4)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5 to 6.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](docker/metadata-action@v5...v6)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3 to 4.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v3...v4)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants