Skip to content

Commit

Permalink
add test case ids
Browse files Browse the repository at this point in the history
  • Loading branch information
midleman committed Dec 13, 2024
1 parent 8a56481 commit 6c7fac0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/e2e/features/action-bar/editor-action-bar.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test.describe('Editor Action Bar', {
await app.workbench.quickaccess.runCommand('workbench.action.closeAllEditors');
});

test('Quarto Document', {
test('Quarto Document [C1080700]', {
tag: [tags.QUARTO]
}, async function ({ app, page }) {
await openFile(app, 'workspaces/quarto_basic/quarto_basic.qmd');
Expand All @@ -36,7 +36,7 @@ test.describe('Editor Action Bar', {
await verifyOpenInNewWindow(page, 'Diamond sizes');
});

test.skip('HTML Document', { tag: [tags.HTML] }, async function ({ app, page }) {
test.skip('HTML Document [C1080701]', { tag: [tags.HTML] }, async function ({ app, page }) {
await openFile(app, 'workspaces/dash-py-example/data/OilandGasMetadata.html');

await test.step('verify \'open in viewer\' button renders html', async () => {
Expand All @@ -54,7 +54,7 @@ test.describe('Editor Action Bar', {

});

test('Jupyter Notebook', {
test('Jupyter Notebook [C1080702]', {
tag: [tags.NOTEBOOK],
annotation: [{ type: 'info', description: 'electron test unable to interact with dropdown native menu' }],
}, async function ({ app, page }) {
Expand Down Expand Up @@ -84,7 +84,7 @@ test.describe('Editor Action Bar', {
await verifySplitEditor(page, 'spotify.ipynb');
});

test('R Markdown Document', {
test('R Markdown Document [C1080703]', {
tag: [tags.R_MARKDOWN]
}, async function ({ app, page }) {
await openFile(app, 'workspaces/basic-rmd-file/basicRmd.rmd');
Expand Down

0 comments on commit 6c7fac0

Please sign in to comment.