Skip to content

Commit 11c3df2

Browse files
Copilothotlong
andcommitted
fix: changeset config @object-ui/cli → @objectstack/plugin-ui and filter server connection errors in E2E test
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent de63d93 commit 11c3df2

2 files changed

Lines changed: 3 additions & 2 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)