mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-14 19:51:39 +00:00
chore(ci) Update cypress projectId to match new project for cypress cloud (#14602)
This commit is contained in:
parent
b64f2a1533
commit
24f6d65b2d
@ -30,7 +30,8 @@ export default function DomainItemMenu({ name, urn, onDelete }: Props) {
|
|||||||
onDelete?.();
|
onDelete?.();
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch(() => {
|
.catch((e) => {
|
||||||
|
console.error('Issue deleting a domain:', e);
|
||||||
message.destroy();
|
message.destroy();
|
||||||
message.error({ content: `Failed to delete Domain!: An unknown error occurred.`, duration: 3 });
|
message.error({ content: `Failed to delete Domain!: An unknown error occurred.`, duration: 3 });
|
||||||
});
|
});
|
||||||
|
@ -5,7 +5,7 @@ module.exports = defineConfig({
|
|||||||
chromeWebSecurity: false,
|
chromeWebSecurity: false,
|
||||||
viewportHeight: 960,
|
viewportHeight: 960,
|
||||||
viewportWidth: 1536,
|
viewportWidth: 1536,
|
||||||
projectId: "hkrxk5",
|
projectId: "s6gjkt",
|
||||||
defaultCommandTimeout: 10000,
|
defaultCommandTimeout: 10000,
|
||||||
retries: {
|
retries: {
|
||||||
runMode: 5,
|
runMode: 5,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user