You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we move forward with our new app designs, we have updated the design on the updateBottomTabBar branch. To ensure that every feature on the More Page is functioning properly, we need to update and write comprehensive test cases.
The test file MoreScreen.test.tsx is already present in the test folder. Review and update this file by removing any outdated or unnecessary test cases and adding new test cases to cover all functionalities of the More Page.
Tasks
Observe the More Page on both the emulator and simulator.
Review the existing test cases in MoreScreen.test.tsx.
Perform test case checks using the command: yarn test -u.
Remove unnecessary or outdated test cases from MoreScreen.test.tsx.
Add new test cases as needed to ensure full coverage of More Page functionalities.
Ensure the app runs smoothly on both iOS and Android platforms.
Acceptance Criteria
The MoreScreen.test.tsx file is updated with relevant test cases.
All test cases pass successfully without any failures.
The app runs without any issues on both iOS and Android platforms.
The text was updated successfully, but these errors were encountered:
Description
As we move forward with our new app designs, we have updated the design on the updateBottomTabBar branch. To ensure that every feature on the More Page is functioning properly, we need to update and write comprehensive test cases.
The test file MoreScreen.test.tsx is already present in the test folder. Review and update this file by removing any outdated or unnecessary test cases and adding new test cases to cover all functionalities of the More Page.
Tasks
Acceptance Criteria
The text was updated successfully, but these errors were encountered: