Confirmed users
425
edits
Line 56: | Line 56: | ||
# Run the affected test(s) against v1.2 to ensure that they still pass. | # Run the affected test(s) against v1.2 to ensure that they still pass. | ||
## Note that there may be several tests affected which may not be included in the commit. For example, if a locator or method in an app object changes, then any tests that make use of that app object property or method would need to be tested. | ## Note that there may be several tests affected which may not be included in the commit. For example, if a locator or method in an app object changes, then any tests that make use of that app object property or method would need to be tested. | ||
## If the tests do not pass, try to determine why and whether or not they can be made to pass by making other changes. If you are unable to get the tests to pass | ## If the tests do not pass, try to determine why and whether or not they can be made to pass by making other changes. If you are unable to get the tests to pass on v1.2, and it isn't because they are attempting to test features that do not exist on v1.2, then make a comment in the bug about this, with the full details of the failures, and leave the bug flagged as ''status-b2g-v1.2:'' affected. | ||
## Assuming that the tests are passing, continue to the next step. | ## Assuming that the tests are passing, continue to the next step. | ||
# Commit your changes to your branch: | # Commit your changes to your branch: |