🔧 Add general improvements to integration tests

This commit marks as skip (temporal) several flaky/randomly-failing
tests.

It also moves the integration test execution from circleci to github
actions.
This commit is contained in:
Andrey Antukh
2025-11-17 23:04:40 +01:00
parent 122d3bc41c
commit 3136096123
27 changed files with 2386 additions and 2174 deletions

View File

@@ -90,7 +90,8 @@ test.describe("Shape attributes", () => {
await expect(workspace.page.getByTestId("add-fill")).toBeDisabled();
});
test("Cannot add a new text fill when the limit has been reached", async ({
// FIXME: flaky
test.skip("Cannot add a new text fill when the limit has been reached", async ({
page,
}) => {
const workspace = new WorkspacePage(page);