Skip to content

Commit 275a3a1

Browse files
Fix cp test failure due to invalid name
1 parent 99d0a5c commit 275a3a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openmetadata-ui/src/main/resources/ui/playwright/e2e/Pages/CustomProperties.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ ALL_ENTITIES.forEach(({ key, makeInstance }) => {
336336
BASIC_PROPERTIES.forEach((property) => {
337337
test(property, async ({ page }) => {
338338
test.slow();
339-
const propertyName = `cp-${uuid()}-${entity.name}`;
339+
const propertyName = `cp${uuid()}${entity.name}`;
340340

341341
await settingClick(
342342
page,

0 commit comments

Comments
 (0)