From 75addecb07fddd544aed6ca9d4abec62121ab223 Mon Sep 17 00:00:00 2001 From: Emily <92288602+burtonemily@users.noreply.github.com> Date: Fri, 30 Jun 2023 11:34:46 +1000 Subject: [PATCH] Adding test to delete account from device --- ts/test/automation/delete_account.spec.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ts/test/automation/delete_account.spec.ts b/ts/test/automation/delete_account.spec.ts index 7288d1f67..f3f0f13d4 100644 --- a/ts/test/automation/delete_account.spec.ts +++ b/ts/test/automation/delete_account.spec.ts @@ -5,9 +5,7 @@ import { newUser } from './setup/new_user'; import { openApp } from './setup/open'; import { createContact } from './utilities/create_contact'; import { sendNewMessage } from './utilities/send_message'; -import { clickOnMatchingText, clickOnTestIdWithText, typeIntoInput } from './utilities/utils'; -import { sleepFor } from '../../session/utils/Promise'; -import { openApp } from './setup/open'; +import { clickOnElement, clickOnMatchingText, clickOnTestIdWithText, hasElementBeenDeleted, typeIntoInput, waitForElement, waitForLoadingAnimationToFinish } from './utilities/utils'; // tslint:disable: no-console test.beforeEach(beforeAllClean);