Skip to content

Commit f1fb0e4

Browse files
authored
Adapt test case for changed tool palette icon (#37)
Adapt testcases for changed tool palette icon in eclipse-glsp/glsp-client#465
1 parent 6fca911 commit f1fb0e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/glsp-playwright/src/glsp/features/tool-palette/toolbar/tool-palette-toolbar.po.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export class GLSPToolPaletteToolbar {
4242
}
4343

4444
deletionTool(): ToolPaletteToolbarItem {
45-
return this.itemByIcon('.codicon-chrome-close', ToolPaletteToolbarItem);
45+
return this.itemByIcon('.codicon-eraser', ToolPaletteToolbarItem);
4646
}
4747

4848
marqueeTool(): ToolPaletteToolbarItem {

0 commit comments

Comments
 (0)