Skip to content

Commit d0471d2

Browse files
committed
refactor: css class name hints integ tests resilience
1 parent 197b5de commit d0471d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extensions/default/HTMLCodeHints/integ-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ define(function (require, exports, module) {
290290
await openFile("inlineStyle.html", true);
291291
await openFile("cssLive.css", true);
292292
// this prefix is aaa as we need it as the top code hint
293-
const cssClassName = StringUtils.randomString(5, "aaa");
293+
const cssClassName = StringUtils.randomString(5, "aaaaaaaaaaa");
294294
setText({ line: 0, ch: 0 }, `.${cssClassName}{}\n`);
295295

296296
await openFile("inlineStyle.html", true);

0 commit comments

Comments
 (0)