From 73d5d40e4efa6f8506a141e36497d918a587426b Mon Sep 17 00:00:00 2001 From: promiseNwafor Date: Thu, 16 Jul 2026 23:33:06 +0100 Subject: [PATCH 1/5] chore: update functional test command to use lerna for streaming output --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 9c254fbb..855a90d0 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -80,7 +80,7 @@ jobs: run: yarn cypress install - run: yarn build - - run: yarn test:functional + - run: yarn lerna run test:functional --stream deploy_preview: runs-on: ubuntu-latest From 4728d69fbf46bdc7c68711b6f842fce626a03b17 Mon Sep 17 00:00:00 2001 From: promiseNwafor Date: Fri, 17 Jul 2026 10:13:33 +0100 Subject: [PATCH 2/5] fix: remove unused demo code --- packages/demo-html/public/widget-newui-html.html | 13 ------------- packages/demo-html/public/widget-newui-js.html | 13 ------------- 2 files changed, 26 deletions(-) diff --git a/packages/demo-html/public/widget-newui-html.html b/packages/demo-html/public/widget-newui-html.html index 39bf757c..59329382 100644 --- a/packages/demo-html/public/widget-newui-html.html +++ b/packages/demo-html/public/widget-newui-html.html @@ -11,22 +11,9 @@ height: 400px; margin: 0 auto; } - .element { - position: fixed; - bottom: 0; - right: 0; - background: red; - color: white; - padding: 10px; - width: 200px; - height: 60px; - line-height: 40px; - z-index: 10000; - } -
I have z-index 10k
-
I have z-index 10k