Skip to content

Commit f14fe54

Browse files
committed
cleanup
1 parent 487adb8 commit f14fe54

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/e2e-tests/build.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,6 @@ test.describe('CMSIS Solution Build Validation', () => {
144144
await vsCodeDriver.page.openCmsisPanel();
145145
await vsCodeDriver.page.getCommands().runCommandFromPalette('CMSIS: Open Solution in Workspace');
146146
const firstWorkspaceItem = vsCodeDriver.page.getLocator('.quick-input-list .monaco-list-row').first();
147-
await firstWorkspaceItem.waitFor({ state: 'visible' });
148-
await expect(firstWorkspaceItem).toBeEnabled();
149147
await firstWorkspaceItem.click();
150148

151149
try {

0 commit comments

Comments
 (0)