forked from TEAMMATES/teammates
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test automation #20
Closed
Closed
Test automation #20
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: FergusMok <[email protected]>
…EAMMATES#13061) * Add beta 5 changelog * Update changelog to be in alphabetical order * Update developers.json
…#13062) * Update docs * Rename changelog file * Amend changelog naming
…13012) * Migrate StudentCourseDetailsPageE2ETest * Add StudentCourseDetailsPageE2ETest to sql xml --------- Co-authored-by: Wei Qing <[email protected]>
* add script * order commit * update logic * convert to batch * remove print
* Add captcha to ARF * Update front-end tests * Fix lint errors * Change captcha to uppercase in error text * Return captcha response when the getter is called --------- Co-authored-by: Jay Aljelo Ting <[email protected]>
…MATES#13068) * Update editAccountRequest parameter type to AccountRequestUpdateRequest * Fixing the lint * Refatoring editAccountRequest method --------- Co-authored-by: Cedric Ong <[email protected]>
* Add e2e test * Migrate all tests * Update xml --------- Co-authored-by: YX Z <[email protected]> Co-authored-by: Wei Qing <[email protected]>
…ES#13033) * Skeleton till shouldAllowIfBeforeDeadline * Save progress * Save progress * Fix all tests * Fix linting * Remove redundant * Refactor to fit integration tests structure * Add breaking changes * Add flush * Fix linting * Fix clean-up from access control
… when only one task fails (TEAMMATES#12963)
* Add changes * Add missing --------- Co-authored-by: Nicolas <[email protected]> Co-authored-by: Wilson Kurniawan <[email protected]>
* Fix failing test cases * Update test logs with unique sorting order * Revert AccountRequestDbIT
…sor (TEAMMATES#13120) * TEAMMATES#13109-added check to see if logs is empty * switch back to logs.get(list.size()-1) * [TEAMMATES#13109] IndexOutOfBoundsException encountered by LogsProcessor --------- Co-authored-by: domoberzin <[email protected]>
…owledgement of Instructor Account Request' (TEAMMATES#13116)
…t in the email template (TEAMMATES#13118) * Change existingEmail to googleId * Add extra info to instructions * Fix missing googleId if multiple accounts exist * Add function name to test name * Move account search to function * Change missing googleId string to be shorter * Add check for accounts with no googleId * Add tests for replaceGoogleId * Change instructor search result to use createBuilder * Change a test name to fit convention --------- Co-authored-by: domoberzin <[email protected]> Co-authored-by: Wei Qing <[email protected]>
…quest search test (TEAMMATES#13101) * added check for active search service in account request search test * moved account request search test to AccountRequestSearchIT and updated variables and asserts accordingly * Add caution note to instructor email copies and remove hyperlinks * updated account request test constructor to be consistent with latest commits * fixed style errors * fixed compiler errors * fixed assertion error and style * fixed linter errors * Revert "Add caution note to instructor email copies and remove hyperlinks" This reverts commit 232c757. --------- Co-authored-by: Carolyn Liu <[email protected]> Co-authored-by: Anna Zhang <[email protected]> Co-authored-by: DS <[email protected]> Co-authored-by: Wei Qing <[email protected]>
…dicate actions in progress (TEAMMATES#13135) * Add spinners for approve, reject and reset in account-request-table * Add spinners to regenerate keys in admin-search-page * Update spinners in account-request-table to work individually * Update tests * Update buttons to be disabled while loading
…EAMMATES#13137) * Add caution to template and change tests * Update tests * Fix failing test * Change phrasing * Fix typo * Modify email template and tests * Fix typo
…essay question submission page (TEAMMATES#13142) * Add decoding html entity functionality * Add unit tests --------- Co-authored-by: domoberzin <[email protected]>
* Fix notifications update logic * Add required mocks --------- Co-authored-by: Ching Ming Yuan <[email protected]>
…me (TEAMMATES#13141) * Calculate totals by email * Standardize mcq and msq * Undo sortBy * Refactor initialization of variables --------- Co-authored-by: domoberzin <[email protected]>
…st (TEAMMATES#13069) * migrate * get name from section and team * update team * fix data issues --------- Co-authored-by: Ching Ming Yuan <[email protected]> Co-authored-by: domoberzin <[email protected]>
…AMMATES#13117) * Added unified countries for InstructorRequestForm * Added tests for InstructorRequestForm for unified countries * Fixed lint errors for InstructorRequestForm * Added countries and moved countrymapping * Tests Fixed --------- Co-authored-by: Francisco Savala <[email protected]> Co-authored-by: Wei Qing <[email protected]> Co-authored-by: Ching Ming Yuan <[email protected]> Co-authored-by: domoberzin <[email protected]>
…le is later than submission opening time, automatically default to opening time (TEAMMATES#13143) * Update functionality to ensure session visibility time defaults to submission opening time * Add unit tests * Fix linting
…iewBase (TEAMMATES#13087) * test coverage improvements for InstructorResponsesViewBase * Lint fixes * Update per-question-view-responses.component.spec.ts * Fix for component tests --------- Co-authored-by: Wei Qing <[email protected]> Co-authored-by: domoberzin <[email protected]>
…m component tests (TEAMMATES#13148)
Update message Rephrase message Add logging Test Update pr.yml
…m component tests (TEAMMATES#13148) Update pr.yml Update pr.yml Update pr.yml
Hi @domoberzin, thank you for your interest in contributing to TEAMMATES!
Please address the above before we proceed to review your PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes TEAMMATES#12345
Outline of Solution