Skip to content

Commit 476b7d4

Browse files
Gongregethanshar
authored andcommitted
Added test id (#471)
1 parent cefec66 commit 476b7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/src/screens/MainScreen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ export default class UiLibExplorerMenu extends Component {
307307
const data = this.getMenuData();
308308

309309
return (
310-
<View flex bg-dark80>
310+
<View testID="demo_main_screen" flex bg-dark80>
311311
{this.renderHeader()}
312312
{showNoResults && (
313313
<View paddingH-24>

0 commit comments

Comments
 (0)