Skip to content

Commit cf38d0d

Browse files
authored
Merge pull request #4707 from wix/test-enabled-native-animation-test
test(ios): enable native-animation test.
2 parents 2521ca9 + c5be558 commit cf38d0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

detox/test/e2e/12.animations.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ describe('React-Native Animations', () => {
5151
await expect(element(by.id('UniqueId_AnimationsScreen_afterAnimationText'))).not.toExist();
5252
});
5353

54-
// todo: investigate test failure on new-arch.
55-
it(`:ios: @legacy should wait during delays shorter than 1.5s`, async () => {
54+
// todo: JS-animation is failing on new architecture. See https://github.com/wix/Detox/issues/4706
55+
it(`:ios: ${driver === 'JS' ? '@legacy' : ''} should wait during delays shorter than 1.5s`, async () => {
5656
await _startTest(driver, { delay: 500 });
5757
await expect(element(by.id('UniqueId_AnimationsScreen_afterAnimationText'))).toExist();
5858
});

0 commit comments

Comments
 (0)