Skip to content

Commit

Permalink
Release 1.80 (#3757)
Browse files Browse the repository at this point in the history
* Test fixes

* Intl extract
  • Loading branch information
pfrazee authored Apr 29, 2024
1 parent 599dab1 commit 28fc98d
Show file tree
Hide file tree
Showing 18 changed files with 10,366 additions and 9,230 deletions.
6 changes: 4 additions & 2 deletions __e2e__/tests/curate-lists.test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/* eslint-env detox/detox */

import {describe, beforeAll, it} from '@jest/globals'
import {beforeAll, describe, it} from '@jest/globals'
import {expect} from 'detox'
import {openApp, loginAsAlice, loginAsBob, createServer, sleep} from '../util'

import {createServer, loginAsAlice, loginAsBob, openApp, sleep} from '../util'

describe('Curate lists', () => {
beforeAll(async () => {
Expand Down Expand Up @@ -115,6 +116,7 @@ describe('Curate lists', () => {
await element(by.text('About')).tap()
await element(by.id('addUserBtn')).tap()
await expect(element(by.id('listAddUserModal'))).toBeVisible()
await element(by.id('searchInput')).typeText('b')
await waitFor(element(by.id('user-bob.test-addBtn')))
.toBeVisible()
.withTimeout(5000)
Expand Down
Loading

0 comments on commit 28fc98d

Please sign in to comment.