Skip to content

Commit

Permalink
Chore: Attempt to reduce plugin API automated test failures
Browse files Browse the repository at this point in the history
See test failures in laurent22#11280
  • Loading branch information
personalizedrefrigerator committed Oct 29, 2024
1 parent 9f8552a commit 26d2f1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/app-desktop/integration-tests/pluginApi.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ test.describe('pluginApi', () => {
await editor.richTextEditor.click();
}

await editor.expectToHaveText('This content should be overwritten.');
await mainScreen.goToAnything.runCommand(app, 'testUpdateEditorText');
await editor.expectToHaveText('PASS');

Expand Down

0 comments on commit 26d2f1e

Please sign in to comment.