You've already forked joplin
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:
@ -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>
|
||||
|
Reference in New Issue
Block a user