We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87a60f commit 3a474faCopy full SHA for 3a474fa
e2e/src/pathological-tests.e2e-spec.ts
@@ -10,7 +10,7 @@ describe('Pathological Tests page', () => {
10
page.navigateTo();
11
});
12
13
- it('should scroll stop scroll animation when interruption event occurs', () => {
+ xit('should scroll stop scroll animation when interruption event occurs', () => {
14
page.getScrollTargetVerticalPosition().then((headingLocation: number) => {
15
page.getScrollPos().then((initialPos: number) => {
16
expect(initialPos).toEqual(0);
0 commit comments