We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f84508 commit 0438532Copy full SHA for 0438532
playground/src/screens/SideMenuCenterScreen.tsx
@@ -20,7 +20,7 @@ const {
20
CHANGE_RIGHT_SIDE_MENU_WIDTH_BTN,
21
DISABLE_DRAWERS,
22
ENABLE_DRAWERS,
23
- CENTER_SCREEN_CONTAINER
+ SIDE_MENU_CENTER_SCREEN_CONTAINER
24
} = testIDs;
25
26
interface ScreenState {
@@ -73,7 +73,7 @@ export default class SideMenuCenterScreen extends NavigationComponent {
73
const { openMode } = this.state;
74
75
return (
76
- <Root componentId={this.props.componentId} testID={CENTER_SCREEN_CONTAINER}>
+ <Root componentId={this.props.componentId} testID={SIDE_MENU_CENTER_SCREEN_CONTAINER}>
77
<Button
78
label="Open Left"
79
testID={OPEN_LEFT_SIDE_MENU_BTN}
0 commit comments