Skip to content

Commit 7e9845f

Browse files
authored
Merge pull request #608 from objectstack-ai/copilot/fix-ci-errors-and-retest
2 parents 56b00b2 + b15755b commit 7e9845f

4 files changed

Lines changed: 402 additions & 27 deletions

File tree

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@object-ui/fields",
1313
"@object-ui/layout",
1414
"@object-ui/data-objectstack",
15-
"@object-ui/cli",
15+
"@objectstack/plugin-ui",
1616
"@object-ui/create-plugin",
1717
"@object-ui/runner",
1818
"@object-ui/auth",

e2e/console-rendering.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ test.describe('Console Rendering', () => {
2727
text.includes('Mock Service Worker') ||
2828
text.includes('[MSW]') ||
2929
text.includes('Failed to load resource') ||
30-
text.includes('net::ERR_')
30+
text.includes('net::ERR_') ||
31+
text.includes('Failed to connect to ObjectStack server')
3132
) {
3233
return;
3334
}

0 commit comments

Comments
 (0)