Skip to content

Commit

Permalink
test: add variables logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mizgaionutalexandru committed Oct 8, 2024
1 parent c869fca commit b348ab6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/tabs/test/tabs-overflow.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ describe('TabsOverflow', () => {
console.log('finished');
});

it('should scroll up to the last item and back in RTL', async () => {
xit('should scroll up to the last item and back in RTL', async () => {
before(async () => {
console.log(`setViewport`);
await setViewport({ width: 360, height: 640 });
Expand Down Expand Up @@ -487,6 +487,8 @@ async function repeatScroll(
console.log('elementUpdated');
await elementUpdated(elementToUpdate);
console.log('waitUntil');
console.log(`distanceToReach: ${distanceToReach}`);
console.log(`elementToScroll.scrollLeft: ${elementToScroll.scrollLeft}`);
await waitUntil(
() =>
Math.ceil(Math.abs(elementToScroll.scrollLeft)) -
Expand Down

0 comments on commit b348ab6

Please sign in to comment.