From 316fce6439da65a64bcf39cbd517eaf54641cce4 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 23 Apr 2024 11:26:50 -0700 Subject: Release 1.79 (#3661) * Update tests * Intl exract --- __e2e__/tests/composer.test.ts | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to '__e2e__') diff --git a/__e2e__/tests/composer.test.ts b/__e2e__/tests/composer.test.ts index 34f8ae39e..06781410f 100644 --- a/__e2e__/tests/composer.test.ts +++ b/__e2e__/tests/composer.test.ts @@ -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 () => { @@ -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() }) @@ -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() }) @@ -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() }) -- cgit 1.4.1