Skip to content

Commit

Permalink
Merge pull request #2819 from CSCfi/release-2.23
Browse files Browse the repository at this point in the history
release: v2.23
  • Loading branch information
aatkin authored Jan 12, 2022
2 parents bdbd5f6 + d7e6223 commit 710d4d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ have notable changes.

## Unreleased

Changes since v2.22
Changes since v2.23

## v2.23 "Melkonkatu" 2022-01-12

### Additions
- The change applicant command is now possible for the handler even for returned applications.
Expand Down
2 changes: 2 additions & 0 deletions test/clj/rems/test_browser.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2607,6 +2607,8 @@
(btu/wait-has-alert)
(btu/accept-alert)
(is (btu/eventually-visible? {:css "#flash-message-top"}))
(Thread/sleep 500) ;; wait for headless mode to catch up with re-rendering

(is (= ["Delete: Failed"
"It is in use by:"
"Category: E2E Ancestor category (EN)"]
Expand Down

0 comments on commit 710d4d3

Please sign in to comment.