Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(tests): add test descriptions for publishing #770

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

seaerchin
Copy link
Contributor

Problem

currently, we have no test descriptions for publishing. just adding this here so next time we're clear on what we have to verify for publishing

Solution

add tests for publishing

@seaerchin seaerchin requested a review from a team as a code owner October 11, 2024 08:51
Copy link

vercel bot commented Oct 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
isomer-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 14, 2024 6:01am

@datadog-opengovsg
Copy link

datadog-opengovsg bot commented Oct 11, 2024

Datadog Report

Branch report: chore/publish-tests
Commit report: 80f69ba
Test service: isomer-studio

✅ 0 Failed, 129 Passed, 34 Skipped, 34.76s Total Time
➡️ Test Sessions change in coverage: 1 no change

@seaerchin seaerchin changed the title chore(tests): add tests for publishing chore(tests): add test descriptions for publishing Oct 11, 2024
Base automatically changed from page_router_tests to main October 11, 2024 10:07
@@ -887,7 +887,19 @@ describe("page.router", async () => {
})

// TODO: Implement tests when publish works
describe.skip("publishPage", () => {})
describe.skip("publishPage", () => {
it.skip("should trigger a publish automatically on creation of a folder", () => {})
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: maybe can make it clearer that it is referring to implicit publishes? Same for the rest of the test cases

Suggested change
it.skip("should trigger a publish automatically on creation of a folder", () => {})
it.skip("should trigger an implicit publish automatically on creation of a folder", () => {})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants