Update Electron to 26.1.0
This commit is contained in:
parent
7ca8f4c763
commit
d5479343ac
8 changed files with 30 additions and 28 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue