Adding test to delete account from device

pull/2786/head
Emily 2 years ago
parent 91b84c5608
commit 75addecb07

@ -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);

Loading…
Cancel
Save