Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/workflows/run-cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,4 @@ jobs:
' && \
docker compose exec -T cypress bash -c '
yarn install && cypress run --spec "cypress/integration/skeune/**/*.spec.js,cypress/integration/shared/*.spec.js" --browser=chrome --headless
' && \
docker compose exec -T --user www-data engine.dev.openconext.local bash -c '
EB_THEME=openconext ./theme/scripts/prepare-test.js
' && \
docker compose exec -T cypress bash -c '
cypress run --spec "cypress/integration/openconext/**/*.spec.js" --browser=chrome --headless
'
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ The following feedback pages previously returned HTTP **200 OK** and now return
| `/authentication/feedback/invalid-acs-binding` | 200 | 400 |
| `/authentication/feedback/received-error-status-code` | 200 | 400 |

Maintenance:
* Removed the `openconext` theme. The `skeune` theme is now the only supported theme and the default. (#1980)

## UNRELEASED 7.2.0
Upgrade to Symfony 7.4
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

21 changes: 0 additions & 21 deletions tests/e2e/cypress/visual-regression/openconext/ConsentPage.spec.js

This file was deleted.

Loading