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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 28 additions and 30 deletions

View file

@ -94,13 +94,12 @@ describe('story/no-sender-key', function needsName() {
.click();
debug('Focusing textarea');
// Note: For some reason `.click()` doesn't work here anymore.
await storiesCreator.locator('.TextAttachment').dispatchEvent('click');
await storiesCreator.locator('.TextAttachment__story').click();
debug('Entering text');
await storiesCreator
.locator('.TextAttachment__text__textarea')
.fill('123');
.type('123');
debug('Clicking "Next"');
await storiesCreator