Skip to content

Commit

Permalink
Update semi-automated test
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Dec 17, 2020
1 parent f4ca25e commit deec0c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/interactive/test-visnetwork.R
Original file line number Diff line number Diff line change
Expand Up @@ -207,16 +207,16 @@ tar_glimpse(allow = starts_with("y"))
# Should show a graph of 3 targets and f() and g().
tar_visnetwork(targets_only = FALSE)

# Should show a graph of 3 targets, f(), and miscellaneous globals.
# Should show a graph of 3 targets, f(), g(), and miscellaneous globals.
tar_visnetwork(targets_only = FALSE, callr_function = NULL)

# Should show a status of targets as waiting (light purple).
# Should show a status of targets as dormant (light purple).
tar_visnetwork(targets_only = FALSE, outdated = FALSE)

# Should show a graph of just y1 and y2.
tar_visnetwork(allow = starts_with("y"))

# Should show status waiting (light purple).
# Should show status dormant (light purple).
tar_visnetwork(outdated = FALSE)

# Should show a canceled target.
Expand Down

0 comments on commit deec0c4

Please sign in to comment.