Files
notesnook/apps/mobile/e2e/test.ids.js
2020-11-30 21:49:59 +05:00

36 lines
612 B
JavaScript

export const notesnook = {
ids: {
default: {
root: 'root_1',
menu: 'menu_2',
dialog: {
yes: 'yes_3',
no: 'no_4',
},
editor: 'editor_5',
header: {
buttons: {
left: 'left_6',
right: 'right_7',
back:'back_13'
},
},
},
dialogs: {
notebook: {
inputs: {
title: 'title_8',
description: 'description_9',
topic: 'topic_10',
},
buttons: {
add: 'add_11',
},
},
},
menu: {
nightmode:"night_12"
}
},
};