Update dependency electron to v29 (#1557)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-03-12 18:31:13 +00:00
committed by GitHub
parent 7e1ef1ad5d
commit 525d633d79
6 changed files with 14 additions and 9 deletions

View File

@@ -17,6 +17,7 @@ limitations under the License.
import { test, expect } from "../../element-desktop-test";
test.describe("App launch", () => {
test.slow();
test("should launch and render the welcome view successfully", async ({ page }) => {
await page.locator("#matrixchat").waitFor();
await page.locator(".mx_Welcome").waitFor();