OpenNutriTracker icon indicating copy to clipboard operation
OpenNutriTracker copied to clipboard

Automated Tests: On Boarding - First Page

Open isacostaf opened this issue 7 months ago • 0 comments

description: Adds automated tests for the first page of the onboarding flow.

coverage:

  1. Checks if the Privacy Policy checkbox is required before proceeding:
  • verifies if the widgets are visible
  • verifies if the user can go to the next page before checking the box
  • verifies if the user can go to the next page after checking the box

device: Tested only on Chrome

how to test: chromedriver --port=4444 flutter drive --driver=test_driver/integration_test.dart --target=test/integration_test/onboarding_policy_test.dart -d chrome

isacostaf avatar May 22 '25 17:05 isacostaf