( expectedText: string, message: string = 'Status bar text does not match', )
| 126 | } |
| 127 | |
| 128 | export function assertStatusBarEqual( |
| 129 | expectedText: string, |
| 130 | message: string = 'Status bar text does not match', |
| 131 | ) { |
| 132 | assert.equal(StatusBar.getText(), expectedText, message); |
| 133 | } |
| 134 | |
| 135 | export async function setupWorkspace( |
| 136 | args: { |