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