Revert "Update Electron to 26.1.0"

This commit is contained in:
trevor-signal
2023-09-08 12:36:18 -04:00
committed by GitHub
parent d5479343ac
commit 148a54eb65
8 changed files with 28 additions and 30 deletions

View File

@@ -219,9 +219,8 @@ describe('story/messaging', function unknownContacts() {
debug('Create and send a story to the group');
await window.getByRole('button', { name: 'Add a story' }).first().click();
await window.getByRole('button', { name: 'Text story' }).click();
// Note: For some reason `.click()` doesn't work here anymore.
await window.locator('.TextAttachment').dispatchEvent('click');
await window.getByRole('textbox', { name: 'Add text' }).fill('hello');
await window.locator('.TextAttachment').click();
await window.getByRole('textbox', { name: 'Add text' }).type('hello');
await window.getByRole('button', { name: 'Next' }).click();
await window
.locator('.Checkbox__container')