Skip to content

Commit

Permalink
Prepare 16.2.3 (#3313)
Browse files Browse the repository at this point in the history
* Upgrade kinto-admin to v2.1.1

* Preparing release 16.2.3

* Updated browser test

* Unsure why I'm getting an error on github but not locally

---------

Co-authored-by: Alex Cottner <acottner@mozilla.com>
  • Loading branch information
leplatrem and alexcottner committed Dec 5, 2023
1 parent f845d16 commit 1c23ba6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Changelog

This document describes changes between each past release.

16.3.0 (unreleased)
16.2.3 (2023-12-05)
-------------------

- Nothing changed yet.
- Upgraded Kinto Admin to `v2.1.1 <https://github.com/Kinto/kinto-admin/releases/tag/v2.1.1>`_


16.2.2 (2023-11-21)
Expand Down
2 changes: 1 addition & 1 deletion kinto/plugins/admin/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0
2.1.1
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = kinto
version = 16.3.0.dev0
version = 16.2.3
description = Kinto Web Service - Store, Sync, Share, and Self-Host.
long_description = file: README.rst, CHANGELOG.rst, CONTRIBUTORS.rst
long_description_content_type = text/x-rst
Expand Down
3 changes: 1 addition & 2 deletions tests/browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,4 @@ def test_admin_ui_renders_properly(self):
# Navigate to simple review page (uses React Hooks and broke a few times)
review_url = base_url + "#/buckets/workspace/collections/articles/simple-review"
self.driver.get(review_url)
message = self.driver.find_element(By.CSS_SELECTOR, ".simple-review-blocked-message")
self.assertTrue(message.is_displayed())
self.assertTrue(self.driver.find_element(By.CSS_SELECTOR, ".alert-warning").is_displayed())

0 comments on commit 1c23ba6

Please sign in to comment.