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
After creating the genericTestCases, all the test cases that were common between header, query and json, were put together in a new file (genericTestCases.js). As a consequence, for the queryTestCases.js file, it is necessary to only leave the test cases regarding only query and remove the rest that were already moved. This is also an opportunity to finish changing the queryVlidator function to use the functions in format functions as there will need to be done some changes in the queryTestCases.
AC:
Clean queryTestCases
Implement functions in formatFunctions.js in queryValidator function.
The text was updated successfully, but these errors were encountered:
After creating the genericTestCases, all the test cases that were common between header, query and json, were put together in a new file (genericTestCases.js). As a consequence, for the queryTestCases.js file, it is necessary to only leave the test cases regarding only query and remove the rest that were already moved. This is also an opportunity to finish changing the queryVlidator function to use the functions in format functions as there will need to be done some changes in the queryTestCases.
AC:
The text was updated successfully, but these errors were encountered: