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 file and directory names to JS #91

Closed ansabgillani closed 2 years ago

ansabgillani commented 2 years ago

During our cypress investigations, it was discovered that most of the directory names and filenames were written in snake_case instead of camelCase. This PR aims to refactor these issues in the current repository.

PROD-2530

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

DawoudSheraz commented 2 years ago