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

Test/create-post #644

Merged
merged 4 commits into from
Jan 23, 2024
Merged

Test/create-post #644

merged 4 commits into from
Jan 23, 2024

Conversation

petersalomonsen
Copy link
Collaborator

@petersalomonsen petersalomonsen commented Jan 21, 2024

  • test for creating an idea post
  • test for replying to an idea post in the feed with a comment

resolves #593

@@ -92,7 +92,7 @@ test.describe("Admin wallet is connected", () => {
await page.goto(
"/devhub.near/widget/app?page=community&handle=devhub-test"
);
const postLocator = page.locator(".post");
const postLocator = page.locator(".post").first();
Copy link
Collaborator

Choose a reason for hiding this comment

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

Thanks for the fix!

Copy link
Collaborator

@ailisp ailisp left a comment

Choose a reason for hiding this comment

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

Great reference tests! I suggest to merge it now. Also we're going to supersede post with proposal workflow and near social post soon, so let's not add additional post tests and it will be test/create-proposal. More info about proposals: https://github.com/NEAR-DevHub/neardevhub-bos/milestone/15. Communities are changed much and will still need community tests

@ailisp ailisp marked this pull request as ready for review January 23, 2024 03:51
@ailisp ailisp merged commit ba685dd into main Jan 23, 2024
2 checks passed
@ailisp ailisp deleted the test/create-post branch January 23, 2024 03:51
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.

Regression tests for critical use cases
2 participants