Skip to content

Commit 8d41364

Browse files
committed
Fix test ID's modification
1 parent 0f84508 commit 8d41364

File tree

2 files changed

+237
-237
lines changed

2 files changed

+237
-237
lines changed

playground/src/screens/SideMenuCenterScreen.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const {
2020
CHANGE_RIGHT_SIDE_MENU_WIDTH_BTN,
2121
DISABLE_DRAWERS,
2222
ENABLE_DRAWERS,
23-
CENTER_SCREEN_CONTAINER
23+
SIDE_MENU_CENTER_SCREEN_CONTAINER
2424
} = testIDs;
2525

2626
interface ScreenState {
@@ -73,7 +73,7 @@ export default class SideMenuCenterScreen extends NavigationComponent {
7373
const { openMode } = this.state;
7474

7575
return (
76-
<Root componentId={this.props.componentId} testID={CENTER_SCREEN_CONTAINER}>
76+
<Root componentId={this.props.componentId} testID={SIDE_MENU_CENTER_SCREEN_CONTAINER}>
7777
<Button
7878
label="Open Left"
7979
testID={OPEN_LEFT_SIDE_MENU_BTN}

0 commit comments

Comments
 (0)