We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent facbcfe commit 7c9cf42Copy full SHA for 7c9cf42
src/glide/browser/base/content/test/config/browser_config.ts
@@ -1015,11 +1015,13 @@ add_task(async function test_fs_exists() {
1015
});
1016
1017
await GlideTestUtils.synthesize_keyseq("~");
1018
+ await sleep_frames(5);
1019
is(GlideBrowser.api.g.value, true);
1020
1021
await IOUtils.remove(test_path);
1022
1023
1024
1025
is(GlideBrowser.api.g.value, false);
1026
1027
0 commit comments