Skip to content

Commit 8dba8a1

Browse files
ShaileshParmar11anuj-kumary
authored andcommitted
fix(tests): mark drag and drop tests as slow to improve stability (#28689)
(cherry picked from commit a6e2994)
1 parent e0c496a commit 8dba8a1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

openmetadata-ui/src/main/resources/ui/playwright/e2e/Features/TeamsDragAndDrop.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ test.describe(
158158
test(`Should drag and drop on ${TEAM_TYPE_BY_NAME[droppableTeamName]} team type`, async ({
159159
page,
160160
}) => {
161+
test.slow();
161162
// Nested team will be shown once anything is moved under it
162163
if (index !== 0) {
163164
await openDragDropDropdown(page, teams[index - 1]);
@@ -181,6 +182,7 @@ test.describe(
181182
}
182183

183184
test(`Should drag and drop team on table level`, async ({ page }) => {
185+
test.slow();
184186
// Open department team dropdown as it is moved under it from last test
185187
await openDragDropDropdown(page, teamNameDepartment);
186188

0 commit comments

Comments
 (0)