Fix flaky edit test

This commit is contained in:
Fedor Indutny
2026-02-18 15:00:36 -08:00
committed by GitHub
parent 2684557c66
commit 84eb5c57e3
6 changed files with 12 additions and 27 deletions

View File

@@ -77,12 +77,6 @@ Bootstrap.benchmark(async (bootstrap: Bootstrap): Promise<void> => {
'.timeline-wrapper, .Inbox__conversation .ConversationView'
);
debug('accepting conversation');
await window.getByRole('button', { name: 'Continue' }).click();
const { dataMessage: profileKeyMsg } = await first.waitForMessage();
assert(profileKeyMsg.profileKey != null, 'Profile key message');
const deltaList = new Array<number>();
for (let runId = 0; runId < RUN_COUNT + DISCARD_COUNT; runId += 1) {
debug('finding composition input and clicking it');