Skip to content

Commit

Permalink
Restored test (#79-1)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Aug 13, 2024
1 parent 7734fa0 commit 0f9f4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/specs/test.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe('Connection status bar item', () => {
await closeAllEditors();
});

['test.groovy'].forEach(supportedTitle => {
['test.groovy', 'test.py'].forEach(supportedTitle => {
it(`should only be visible when a supported file type is active: ${supportedTitle}`, async () => {
const workbench = await browser.getWorkbench();

Expand Down

0 comments on commit 0f9f4c2

Please sign in to comment.