|
|
|
@ -3,6 +3,7 @@ import { openAppAndWait } from './setup/open';
|
|
|
|
|
import { beforeAllClean, forceCloseAllWindows } from './setup/beforeEach';
|
|
|
|
|
import { newUser } from './setup/new_user';
|
|
|
|
|
import { clickOnTestIdWithText, waitForTestIdWithText } from './utils';
|
|
|
|
|
import { sleepFor } from '../../session/utils/Promise';
|
|
|
|
|
|
|
|
|
|
let window: Page | undefined;
|
|
|
|
|
test.beforeEach(beforeAllClean);
|
|
|
|
@ -30,7 +31,9 @@ test('Change profile picture/avatar', async () => {
|
|
|
|
|
await waitForTestIdWithText(window, 'copy-button-profile-update', 'Copy');
|
|
|
|
|
await clickOnTestIdWithText(window, 'modal-close-button');
|
|
|
|
|
|
|
|
|
|
await sleepFor(500);
|
|
|
|
|
const leftpaneAvatarContainer = await waitForTestIdWithText(window, 'leftpane-primary-avatar');
|
|
|
|
|
await sleepFor(500);
|
|
|
|
|
const screenshot = await leftpaneAvatarContainer.screenshot({
|
|
|
|
|
type: 'jpeg',
|
|
|
|
|
// path: 'avatar-updated-blue',
|
|
|
|
|