Skip to content
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

[#12048] Migrate instructor home page e2e test #13016

Merged

Conversation

cedricongjh
Copy link
Contributor

Part of #12048

Outline of Solution
Return FeedbackSession directly from moveFeedbackSessionToRecycleBin in BinFeedbackSessionAction
Fix verifyAccesible for RestoreFeedbackSesionAction
Add getFeedbackSession methods to BACKDOOR and BaseE2ETestCase
Migrate instructorHomePageE2ETest

@cedricongjh cedricongjh added the s.ToReview The PR is waiting for review(s) label Apr 13, 2024
Copy link
Contributor

@ziqing26 ziqing26 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@@ -111,7 +111,7 @@ public List<FeedbackSession> getFeedbackSessionsForCourseStartingAfter(String co
* @return null if not found.
*/
public FeedbackSession getFeedbackSessionFromRecycleBin(String feedbackSessionName, String courseId) {
return fsDb.getSoftDeletedFeedbackSession(courseId, feedbackSessionName);
return fsDb.getSoftDeletedFeedbackSession(feedbackSessionName, courseId);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch

Copy link
Contributor

@weiquu weiquu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@weiquu weiquu merged commit c665348 into TEAMMATES:master Apr 18, 2024
11 checks passed
@ziqing26 ziqing26 added this to the V9.0.0-beta.5 milestone Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s.ToReview The PR is waiting for review(s)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants