Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
disberd committed Jul 16, 2023
1 parent ce919be commit c742604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/frontend/__tests__/published_to_js.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe("publish_to_js", () => {
browser = null
})

it("Should correctly show published_to_js in cell output, but not in logs", async () => {
it("Should correctly show published_to_js in cell output, and in logs", async () => {
await importNotebook(page, "published_to_js.jl")
await waitForNoUpdateOngoing(page, { polling: 100 })
let output_of_published = await page.evaluate(() => {
Expand Down

0 comments on commit c742604

Please sign in to comment.