Skip to content

Commit

Permalink
fix source control e2e test - all items no longer fit on single scree…
Browse files Browse the repository at this point in the history
…n due to source control graph
  • Loading branch information
mattseddon committed Sep 8, 2024
1 parent ecb5b22 commit d521936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/src/test/e2e/extension.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,9 @@ describe('Source Control View', function () {

let openView = true

dvcTreeItemLabels = []
await browser.waitUntil(
async () => {
dvcTreeItemLabels = []
const treeItems = await findScmTreeItems(openView)
openView = false
for (const treeItem of treeItems) {
Expand Down

0 comments on commit d521936

Please sign in to comment.