diff --git a/web/frontend/README.md b/web/frontend/README.md index 6625e1319..1a8a970d0 100644 --- a/web/frontend/README.md +++ b/web/frontend/README.md @@ -40,13 +40,3 @@ npx playwright test --ui ``` this will open an user interface where you can interactively run and evaluate tests. - -## Update HAR files - -To update the HAR files, you need to make sure - -* that a complete D-Voting setup is running, as the API will be called for real, and -* the `REACT_APP_SCIPER_ADMIN` of the D-Voting instance value is set to `123456` (i.e. the `SCIPER_ADMIN` value in the mocks). - -You then change the `UPDATE = false` value in `tests/mocks.ts` to `UPDATE = true` and execute -the tests as usual. The tests that update the mocks will be run and the other tests will be skipped. diff --git a/web/frontend/src/layout/NavBar.tsx b/web/frontend/src/layout/NavBar.tsx index fc2721824..0ced61ff2 100644 --- a/web/frontend/src/layout/NavBar.tsx +++ b/web/frontend/src/layout/NavBar.tsx @@ -240,7 +240,7 @@ const NavBar: FC = () => { }; return ( -