mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-02 21:53:30 +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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
const nextBtn = page.locator('[data-testid="next"]');
|
const nextBtn = page.locator('[data-testid="next"]');
|
||||||
|
await nextBtn.scrollIntoViewIfNeeded();
|
||||||
|
|
||||||
await nextBtn.waitFor({ state: 'visible' });
|
await nextBtn.waitFor({ state: 'visible' });
|
||||||
|
|
||||||
hasNext = !(await nextBtn.getAttribute('disabled'));
|
hasNext = !(await nextBtn.getAttribute('disabled'));
|
||||||
|
@ -66,7 +66,7 @@ export const mockEntitySearchConfig = {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
scoreMode: 'sum',
|
scoreMode: 'sum',
|
||||||
boostMode: 'multiply',
|
boostMode: 'sum',
|
||||||
};
|
};
|
||||||
|
|
||||||
export async function setSliderValue(
|
export async function setSliderValue(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user