Skip to content

Commit 2997946

Browse files
committed
fix: integ jshint test fails with smaller files load here as large html lint may be causing probem
1 parent d7d0e51 commit 2997946

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/spec/ScrollTrackHandler-integ-test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ define(function (require, exports, module) {
4444
// Load module instances from brackets.test
4545
ScrollTrackMarkers = testWindow.brackets.test.ScrollTrackMarkers;
4646
__PR = testWindow.__PR;
47-
currentProjectPath = await SpecRunnerUtils.getTestPath("/spec/HTMLInstrumentation-test-files");
47+
currentProjectPath = await SpecRunnerUtils.getTestPath("/spec/CSSUtils-test-files");
4848
await SpecRunnerUtils.loadProjectInTestWindow(currentProjectPath);
4949
await __PR.EDITING.splitHorizontal();
50-
await __PR.EDITING.openFileInFirstPane("REC-widgets-20121127.html", true);
51-
await __PR.EDITING.openFileInSecondPane("omitEndTags.html", true);
50+
await __PR.EDITING.openFileInFirstPane("bootstrap.css", true);
51+
await __PR.EDITING.openFileInSecondPane("variables.less", true);
5252
editor1Large = __PR.EDITING.getFirstPaneEditor();
5353
editor2 = __PR.EDITING.getSecondPaneEditor();
5454
}, 30000);

0 commit comments

Comments
 (0)