We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba74df4 commit 4fac3e2Copy full SHA for 4fac3e2
1 file changed
test/smoke/src/areas/css/css.test.ts
@@ -28,9 +28,6 @@ export function setup() {
28
});
29
30
it('verifies that warning becomes an error once setting changed', async function () {
31
- // settings might take a while to update?
32
- this.timeout(40000);
33
-
34
const app = this.app as Application;
35
await app.workbench.settingsEditor.addUserSetting('css.lint.emptyRules', '"error"');
36
await app.workbench.quickopen.openFile('style.css');
0 commit comments