Skip to content

Commit c5ac5ec

Browse files
kligarskikkafar
authored andcommitted
check 349 and 364
1 parent de0304e commit c5ac5ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/src/tests/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
export { default as Test42 } from './Test42'; // [E2E skipped]: can't check orientation, unclear problem description
44
export { default as Test111 } from './Test111'; // [E2E skipped]: can't check flickering
55
export { default as Test263 } from './Test263'; // [E2E skipped]: example differs from PR, even if changed the problem still occurs
6-
export { default as Test349 } from './Test349';
7-
export { default as Test364 } from './Test364';
6+
export { default as Test349 } from './Test349'; // [E2E skipped]: can't check autofill easily, wrong prop name
7+
export { default as Test364 } from './Test364'; // [E2E skipped]: tabBarVisible prop doesn't exist anymore, suggested solution is to change navigator hierarchy (proposed in PR and in react-navigation docs)
88
export { default as Test432 } from './Test432';
99
export { default as Test528 } from './Test528';
1010
export { default as Test550 } from './Test550';

0 commit comments

Comments
 (0)