Skip to content

Commit

Permalink
reenable the test
Browse files Browse the repository at this point in the history
  • Loading branch information
seeM committed Dec 13, 2024
1 parent 2c63e51 commit ed49dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/features/data-explorer/data-explorer-r.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ test.describe('Data Explorer - R ', {

});

test.skip('R - Open Data Explorer for the second time brings focus back [C701143]', {
test('R - Open Data Explorer for the second time brings focus back [C701143]', {
annotation: [{ type: 'issue', description: 'https://github.com/posit-dev/positron/issues/5714' }]
}, async function ({ app, r }) {
// Regression test for https://github.com/posit-dev/positron/issues/4197
Expand Down

0 comments on commit ed49dd7

Please sign in to comment.