test(scroll-assist): skip flaky test (#26835)

This commit is contained in:
Liam DeBeasi
2023-02-21 12:26:23 -05:00
committed by GitHub
parent cbf8bad8c8
commit 5af0b8c914

View File

@ -12,7 +12,8 @@ const getScrollPosition = async (contentEl: Locator) => {
});
};
test.describe('scroll-assist', () => {
// TODO FW-3427
test.describe.skip('scroll-assist', () => {
let scrollAssistFixture: ScrollAssistFixture;
test.beforeEach(async ({ page, skip }) => {
test.slow();