Skip to content

Commit

Permalink
E2E test: r package dev flake fix (#6197)
Browse files Browse the repository at this point in the history
Fix timing flake in R package dev test

### QA Notes

@:r-pkg-development
  • Loading branch information
testlabauto authored Jan 31, 2025
1 parent 5ca09c6 commit fc15137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/tests/r-pkg-development/r-pkg-development.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ test.describe('R Package Development', { tag: [tags.WEB, tags.R_PKG_DEVELOPMENT]
// await app.workbench.terminal.waitForTerminalText('✔ Installed testfun 0.0.0.9000');

await app.workbench.console.waitForConsoleContents('restarted', { timeout: 30000 });
await app.workbench.console.waitForConsoleContents('library(testfun)');
await app.workbench.console.waitForConsoleContents('library(testfun)', { timeout: 30000 });

await app.workbench.console.pasteCodeToConsole('(.packages())');
await app.workbench.console.sendEnterKey();
Expand Down

0 comments on commit fc15137

Please sign in to comment.