Skip to content

Commit 9a433f6

Browse files
committed
fix: live preview integ tests fails erratically
1 parent 1d2ed15 commit 9a433f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/spec/LiveDevelopmentCustomServer-test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,6 @@ define(function (require, exports, module) {
10371037
await SpecRunnerUtils.loadProjectInTestWindow("/test/parked");
10381038
// now switch back
10391039
await SpecRunnerUtils.loadProjectInTestWindow(testPath);
1040-
await awaits(1000); // this is here so that the preferences json is loaded on project switch
10411040
await awaitsForDone(SpecRunnerUtils.openProjectFiles(["simple1.html"]),
10421041
"open simple1.html");
10431042
await waitsForLiveDevelopmentToOpen();

0 commit comments

Comments
 (0)