e2e: add test ids

This commit is contained in:
ammarahm-ed
2022-04-01 00:57:55 +05:00
parent 74f70949ba
commit 57f3762c1e
7 changed files with 11 additions and 2 deletions

View File

@@ -364,6 +364,7 @@ export class AddNotebookSheet extends React.Component {
}}
blurOnSubmit={false}
button={{
testID: 'topic-add-button',
icon: this.state.editTopic ? 'check' : 'plus',
onPress: this.onSubmit,
color: topicInputFocused ? colors.accent : colors.icon