Skip to content

Commit

Permalink
Release 1.79 (#3661)
Browse files Browse the repository at this point in the history
* Update tests

* Intl exract
  • Loading branch information
pfrazee authored Apr 23, 2024
1 parent dc3f694 commit 316fce6
Show file tree
Hide file tree
Showing 18 changed files with 8,594 additions and 6,091 deletions.
8 changes: 3 additions & 5 deletions __e2e__/tests/composer.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, createServer, sleep} from '../util'

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

describe('Composer', () => {
beforeAll(async () => {
Expand Down Expand Up @@ -41,7 +42,6 @@ describe('Composer', () => {
await element(by.id('composerTextInput')).typeText(
'Post with a https://example.com link card',
)
await element(by.id('addLinkCardBtn')).tap()
await element(by.id('composerPublishBtn')).tap()
await expect(element(by.id('composeFAB'))).toBeVisible()
})
Expand Down Expand Up @@ -72,7 +72,6 @@ describe('Composer', () => {
await element(by.id('composerTextInput')).typeText(
'Reply with a https://example.com link card',
)
await element(by.id('addLinkCardBtn')).tap()
await element(by.id('composerPublishBtn')).tap()
await expect(element(by.id('composeFAB'))).toBeVisible()
})
Expand Down Expand Up @@ -104,7 +103,6 @@ describe('Composer', () => {
await element(by.id('composerTextInput')).typeText(
'QP with a https://example.com link card',
)
await element(by.id('addLinkCardBtn')).tap()
await element(by.id('composerPublishBtn')).tap()
await expect(element(by.id('composeFAB'))).toBeVisible()
})
Expand Down
Loading

0 comments on commit 316fce6

Please sign in to comment.