Skip to content

Commit

Permalink
Upgrading kinto-admin to v2.1.0. Upgrading node version to 18. (#3303)
Browse files Browse the repository at this point in the history
* Upgrading kinto-admin to v2.1.0. Upgrading node version to 18.
* Updated browser test to work with new rjsf login form
  • Loading branch information
alexcottner authored Nov 21, 2023
1 parent 73f4d80 commit 2abfb2e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "14.x"
node-version: "18.x"

- name: Print environment
run: |
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This document describes changes between each past release.
16.3.0 (unreleased)
-------------------

- Nothing changed yet.
- Upgraded Kinto Admin to [v2.1.0](https://github.com/Kinto/kinto-admin/releases/tag/v2.1.0)


16.2.1 (2023-09-13)
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Contributors
* Anh <[email protected]>
* Alexander Ryabkov <[email protected]>
* Alexis Metaireau <[email protected]>
* Alex Cottner <[email protected]>
* Andy McKay <[email protected]>
* Anthony Garuccio <[email protected]>
* Aymeric Faivre <[email protected]>
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.0.0
2.1.0
2 changes: 1 addition & 1 deletion tests/browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def test_admin_ui_renders_properly(self):
self.assertTrue(header.is_displayed())

# Select Kinto Accounts.
radio = self.driver.find_element(By.CSS_SELECTOR, "input[value='accounts']")
radio = self.driver.find_element(By.XPATH, "//label[contains(.,'Kinto Account Auth')]")
radio.click()

# Fill username and password.
Expand Down

0 comments on commit 2abfb2e

Please sign in to comment.