Skip to content

Commit fef82fe

Browse files
authored
E2E test: verify cat from Rprofile (#6963)
Very simple validation of [6344](#6344) ### QA Notes @:console @:web @:win
1 parent a3d9112 commit fef82fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/tests/console/console-r.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ test.describe('Console Pane: R', {
3838
await app.workbench.console.barClearButton.click();
3939
await app.workbench.console.barRestartButton.click();
4040
await app.workbench.console.waitForReady('>');
41+
await app.workbench.console.waitForConsoleContents('cat from .Rprofile'); // 6344 validation
4142
}).toPass();
4243
});
4344

0 commit comments

Comments
 (0)