Skip to content

Commit

Permalink
bottom bar did not get maximized, trying with a click
Browse files Browse the repository at this point in the history
  • Loading branch information
Zbigor committed May 16, 2024
1 parent eacf493 commit 7cff061
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/internal/e2e/test/specs/vcast_coded_tests.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1208,6 +1208,7 @@ describe("vTypeCheck VS Code Extension", () => {
console.log("Running corrected test")
await runArrowElement.click({button:1})

await(await bottomBar.elem).click()
await bottomBar.maximize()
await browser.waitUntil(
async () => ((await outputView.getText()).toString().includes("[ ] Testcase User Code Mismatch:")),
Expand Down

0 comments on commit 7cff061

Please sign in to comment.