You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openmetadata-ui/src/main/resources/ui/playwright/e2e/Features/LandingPageWidgets/DomainDataProductsWidgets.spec.ts
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,7 @@ test.describe.serial('Domain and Data Product Asset Counts', () => {
118
118
})=>{
119
119
// Navigate to domain page and add assets via UI
120
120
awaitredirectToHomePage(page);
121
+
awaitwaitForAllLoadersToDisappear(page);
121
122
awaitsidebarClick(page,SidebarItem.DOMAIN);
122
123
123
124
// addAssetsToDomain navigates to assets tab, adds assets, and verifies count
@@ -139,6 +140,7 @@ test.describe.serial('Domain and Data Product Asset Counts', () => {
139
140
})=>{
140
141
// Navigate to data product page
141
142
awaitredirectToHomePage(page);
143
+
awaitwaitForAllLoadersToDisappear(page);
142
144
awaitsidebarClick(page,SidebarItem.DATA_PRODUCT);
143
145
awaitselectDataProduct(page,dataProduct.data);
144
146
@@ -164,6 +166,7 @@ test.describe.serial('Domain and Data Product Asset Counts', () => {
164
166
// Current state: domain has 2 assets (table, topic)
165
167
// Navigate to domain page
166
168
awaitredirectToHomePage(page);
169
+
awaitwaitForAllLoadersToDisappear(page);
167
170
awaitsidebarClick(page,SidebarItem.DOMAIN);
168
171
awaitselectDomain(page,domain.data);
169
172
@@ -199,6 +202,7 @@ test.describe.serial('Domain and Data Product Asset Counts', () => {
0 commit comments