Skip to content

Commit

Permalink
add failure
Browse files Browse the repository at this point in the history
  • Loading branch information
midleman committed Jan 24, 2025
1 parent 7761335 commit 92b1a31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/tests/editor-action-bar/document-files.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ test.describe('Editor Action Bar: Document Files', {
test('R Markdown Document', {
tag: [tags.R_MARKDOWN]
}, async function ({ app, openFile }) {
expect(1).toBe(2);
await openFile('workspaces/basic-rmd-file/basicRmd.rmd');
await verifyPreviewRendersHtml('Getting startedAnchor');
await verifySplitEditor('basicRmd.rmd');
Expand Down

0 comments on commit 92b1a31

Please sign in to comment.