Update Electron to 26.1.0

This commit is contained in:
Fedor Indutny 2023-09-08 02:23:26 +02:00 committed by GitHub
parent 7ca8f4c763
commit d5479343ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 30 additions and 28 deletions

View file

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