openedx / cypress-e2e-tests

Cypress E2E Tests for Open edX applications
GNU Affero General Public License v3.0
15 stars 25 forks source link

fix: update method names #90

Closed ansabgillani closed 2 years ago

ansabgillani commented 2 years ago

As per investigations in the usage of cypress as an e2e test, it was found that a majority of the current test code was using method names that did not convey the meaning of functionality happening inside the method, which, according to JS coding standards, was not the best practice. A follow-up ticket was created to update method names to be meaningful. Here, I have addressed the following issues:

PROD-2528

All of the tests edited were tested on the staging environment.