mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
@@ -26,7 +26,7 @@ export function setup(logger: Logger, opts: { web?: boolean }) {
|
||||
|
||||
describe('Workbench', function () {
|
||||
|
||||
it('workbench has no accessibility violations', async function () {
|
||||
(opts.web ? it.skip : it)('workbench has no accessibility violations', async function () {
|
||||
// Wait for workbench to be fully loaded
|
||||
await app.code.waitForElement('.monaco-workbench');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user