Skip to content

Commit ff4606f

Browse files
Merge pull request #1120 from datho7561/stabilize-ui-tests
Stabilize UI tests
2 parents 0533ac7 + 78c3e0c commit ff4606f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/ui-test/customTagsTest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export function customTagsTest(): void {
4343
await textSettingsEditor.typeTextAt(coor[0], coor[1], ' "customTag1"');
4444
}
4545
await textSettingsEditor.save();
46+
await hardDelay(1_000);
4647

4748
editor = (await editorView.openEditor(yamlFileName)) as TextEditor;
4849
await editor.setText('custom');

0 commit comments

Comments
 (0)