mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-26 17:34:41 +00:00
fix restore search settings and policies test (#21857)
(cherry picked from commit d78a5737461f472c237584c755a2816a36d799ef)
This commit is contained in:
parent
7a7151da81
commit
828059bf36
@ -43,8 +43,9 @@ export const getElementWithPagination = async (
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
const nextBtn = page.locator('[data-testid="next"]');
|
||||
await nextBtn.scrollIntoViewIfNeeded();
|
||||
|
||||
await nextBtn.waitFor({ state: 'visible' });
|
||||
|
||||
hasNext = !(await nextBtn.getAttribute('disabled'));
|
||||
|
@ -66,7 +66,7 @@ export const mockEntitySearchConfig = {
|
||||
},
|
||||
],
|
||||
scoreMode: 'sum',
|
||||
boostMode: 'multiply',
|
||||
boostMode: 'sum',
|
||||
};
|
||||
|
||||
export async function setSliderValue(
|
||||
|
Loading…
x
Reference in New Issue
Block a user