We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0533ac7 + 78c3e0c commit ff4606fCopy full SHA for ff4606f
test/ui-test/customTagsTest.ts
@@ -43,6 +43,7 @@ export function customTagsTest(): void {
43
await textSettingsEditor.typeTextAt(coor[0], coor[1], ' "customTag1"');
44
}
45
await textSettingsEditor.save();
46
+ await hardDelay(1_000);
47
48
editor = (await editorView.openEditor(yamlFileName)) as TextEditor;
49
await editor.setText('custom');
0 commit comments