chore(ci) Update cypress projectId to match new project for cypress cloud (#14602)

This commit is contained in:
Chris Collins 2025-08-29 13:36:48 -04:00 committed by GitHub
parent b64f2a1533
commit 24f6d65b2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -30,7 +30,8 @@ export default function DomainItemMenu({ name, urn, onDelete }: Props) {
onDelete?.();
}
})
.catch(() => {
.catch((e) => {
console.error('Issue deleting a domain:', e);
message.destroy();
message.error({ content: `Failed to delete Domain!: An unknown error occurred.`, duration: 3 });
});

View File

@ -5,7 +5,7 @@ module.exports = defineConfig({
chromeWebSecurity: false,
viewportHeight: 960,
viewportWidth: 1536,
projectId: "hkrxk5",
projectId: "s6gjkt",
defaultCommandTimeout: 10000,
retries: {
runMode: 5,