You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/ql-vscode/test/vscode-tests/activated-extension/databases/db-panel.test.ts
+11-20Lines changed: 11 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -21,14 +21,25 @@ import { AllCommands } from "../../../../src/common/commands";
21
21
jest.setTimeout(60_000);
22
22
23
23
describe("Db panel UI commands",()=>{
24
+
// This test has some serious problems:
25
+
// - all tests use the same dbConfig file, hence the tests depend on ORDER and have to use the same list name!
26
+
// - we depend on highlighted list items when adding a repo to a list. If there's not enough time in between, a test might think a list is highlighted that doesn't exist anymore
0 commit comments