Skip to content

Commit

Permalink
Release 1.96.0 (#7168)
Browse files Browse the repository at this point in the history
* Update test

* Run intl extract

* Update join count
  • Loading branch information
pfrazee authored Dec 18, 2024
1 parent 6e58a1e commit 25f3aea
Show file tree
Hide file tree
Showing 33 changed files with 43,851 additions and 35,727 deletions.
5 changes: 1 addition & 4 deletions __e2e__/flows/curate-lists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ appId: xyz.blueskyweb.app
- tapOn: "Delete List"
- tapOn:
id: "confirmBtn"
- assertVisible: "This list is empty!"

- tapOn:
label: "Create a new curatelist"
Expand All @@ -98,9 +97,7 @@ appId: xyz.blueskyweb.app
- assertVisible: "They good"
- tapOn: "People"

- tapOn:
label: "Adds users on curatelists from the list"
id: "addUserBtn"
- tapOn: "Start adding people"
- assertVisible:
id: "listAddUserModal"
- tapOn:
Expand Down
2 changes: 1 addition & 1 deletion src/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const STARTER_PACK_MAX_SIZE = 150
// code and update this number with each release until we can get the
// server route done.
// -prf
export const JOINED_THIS_WEEK = 2880000 // estimate as of 11/26/24
export const JOINED_THIS_WEEK = 560000 // estimate as of 12/18/24

const BASE_FEEDBACK_FORM_URL = `${HELP_DESK_URL}/requests/new`
export function FEEDBACK_FORM_URL({
Expand Down
Loading

0 comments on commit 25f3aea

Please sign in to comment.