Skip to content

Commit

Permalink
fixup! Test(ci): Allow unstable components safely fail E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Jun 26, 2024
1 parent 2103ab6 commit 9d64108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/demo-components-compare.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const runComponentCompareTests = (testConfig) => {
fullPage: true,
});
} catch (error) {
if (!component.startsWith('UNSTABLE_')) {
if (!component.startsWith('unstable_')) {
console.error(`Test for demo ${formattedPackageName} component ${component} failed. ${error}`);
// Rethrow the error for stable components only
throw error;
Expand Down

0 comments on commit 9d64108

Please sign in to comment.