Skip to content

Commit

Permalink
test: Add test to ensure students can download their submissions
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroChaparro committed Jan 31, 2024
1 parent ce58a67 commit 9dfd8ca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions e2e/grades/grades-workflow.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,6 @@ test.describe.serial("Grades workflow", () => {
await expect(readyPhaseElm).toBeVisible();
await expect(readyPhaseElm).toHaveAttribute("data-reached", "true");

// TODO: Assert the student can download the submitted file
/*
const formTab = page.getByRole("tab", {
name: "Test block 1 submission form",
exact: true
Expand All @@ -288,7 +286,6 @@ test.describe.serial("Grades workflow", () => {
await downloadButton.click();
const download = await downloadPromise;
await download.saveAs(join(__dirname, "data", "downloaded-java-tests.zip"));
*/
});

test("Student appears in the grades list", async ({ page }) => {
Expand Down

0 comments on commit 9dfd8ca

Please sign in to comment.