From df23292349f314e2c2c82cd0dcf408d86b528f8e Mon Sep 17 00:00:00 2001 From: Trevor Campbell Date: Wed, 23 Aug 2023 10:19:38 -0700 Subject: [PATCH] simplifying tests more --- nbgrader/tests/ui-tests/assignment_list.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nbgrader/tests/ui-tests/assignment_list.spec.ts b/nbgrader/tests/ui-tests/assignment_list.spec.ts index bfa9820e4..b355199da 100644 --- a/nbgrader/tests/ui-tests/assignment_list.spec.ts +++ b/nbgrader/tests/ui-tests/assignment_list.spec.ts @@ -194,8 +194,8 @@ test("Show assignment list", async ({ page, request, tmpPath }) => { if (isNotebook) await page.goto(`tree/${tmpPath}`); - await createEnv(testDir, tmpPath, exchange_dir, cache_dir, isWindows); - await addCourses(request, tmpPath); + //await createEnv(testDir, tmpPath, exchange_dir, cache_dir, isWindows); + //await addCourses(request, tmpPath); //await openAssignmentList(page); //// Wait for DOM of each status