Skip to content

Commit 7fd76b9

Browse files
committed
fix: integ test after problems panel performance improvement
1 parent 9ec1b96 commit 7fd76b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/spec/PreferencesManager-integ-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ define(function (require, exports, module) {
107107

108108
await awaitsForDone(SpecRunnerUtils.openProjectFiles("test.json"));
109109
await awaitsFor(()=>{
110-
return !testWindow.$("#problems-panel").text().includes(Strings.ERROR_PREFS_PROJECT_LINT_MESSAGE);
110+
return !testWindow.$("#problems-panel").is(":visible");
111111
}, "problem panel should not be there for normal test.json file");
112112

113113
await awaitsForDone(SpecRunnerUtils.openProjectFiles(".brackets.json"));

0 commit comments

Comments
 (0)