Skip to content

Commit

Permalink
simplifying tests more
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorcampbell committed Aug 23, 2023
1 parent 6e1d533 commit df23292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nbgrader/tests/ui-tests/assignment_list.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df23292

Please sign in to comment.