mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-02 05:33:49 +00:00
fix restore search settings and policies test (#21857)
This commit is contained in:
parent
e7c0216b25
commit
d78a573746
@ -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