1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-13 00:10:37 +02:00

Chore: Reduce mobile note screen test flakiness (#11145)

This commit is contained in:
Henry Heino
2024-09-28 08:20:46 -07:00
committed by GitHub
parent 916b3f6f69
commit 5fceb5a3c9
3 changed files with 59 additions and 43 deletions

View File

@ -139,6 +139,7 @@ const MenuComponent: React.FC<Props> = props => {
style={styles.menuContentScroller}
aria-modal={true}
accessibilityViewIsModal={true}
testID={`menu-content-${refocusCounter ? 'refocusing' : ''}`}
>{menuOptionComponents}</ScrollView>
</MenuOptions>
</Menu>