Skip to content

Commit

Permalink
Update nls metadata file for API version 1.81.0 (#12951)
Browse files Browse the repository at this point in the history
  • Loading branch information
msujew authored Sep 28, 2023
1 parent 001a886 commit e0b4cb9
Show file tree
Hide file tree
Showing 5 changed files with 3,980 additions and 3,726 deletions.
2 changes: 1 addition & 1 deletion examples/playwright/src/tests/theia-explorer-view.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ test.describe('Theia Explorer View', () => {
const menuItems = await menu.visibleMenuItems();
expect(menuItems).toContain('New File...');
expect(menuItems).toContain('New Folder...');
expect(menuItems).toContain('Open in Terminal');
expect(menuItems).toContain('Open in Integrated Terminal');
expect(menuItems).toContain('Find in Folder...');

await menu.close();
Expand Down
Loading

0 comments on commit e0b4cb9

Please sign in to comment.