mirror of
https://github.com/adobe/brackets.git
synced 2024-11-20 09:53:00 +01:00
turning test back on in the integration category
This commit is contained in:
parent
e2ab2f2eea
commit
8bfd588aa9
@ -33,6 +33,8 @@ define(function (require, exports, module) {
|
||||
SpecRunnerUtils = require("spec/SpecRunnerUtils");
|
||||
|
||||
describe("QuickOpen", function () {
|
||||
this.category = "integration";
|
||||
|
||||
var testPath = SpecRunnerUtils.getTestPath("/spec/QuickOpen-test-files");
|
||||
var brackets, test$, executeCommand, EditorManager, DocumentManager;
|
||||
|
||||
@ -90,7 +92,7 @@ define(function (require, exports, module) {
|
||||
// TODO: fix me!
|
||||
// This test is currently turned off due to failures on Windows 7
|
||||
// See https://github.com/adobe/brackets/issues/2696
|
||||
xit("can open a file and jump to a line, centering that line on the screen", function () {
|
||||
it("can open a file and jump to a line, centering that line on the screen", function () {
|
||||
var err = false;
|
||||
|
||||
SpecRunnerUtils.loadProjectInTestWindow(testPath);
|
||||
|
Loading…
Reference in New Issue
Block a user