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?.();
|
||||
}
|
||||
})
|
||||
.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 });
|
||||
});
|
||||
|
@ -5,7 +5,7 @@ module.exports = defineConfig({
|
||||
chromeWebSecurity: false,
|
||||
viewportHeight: 960,
|
||||
viewportWidth: 1536,
|
||||
projectId: "hkrxk5",
|
||||
projectId: "s6gjkt",
|
||||
defaultCommandTimeout: 10000,
|
||||
retries: {
|
||||
runMode: 5,
|
||||
|
Loading…
x
Reference in New Issue
Block a user