Skip to content

Conversation

taslangraham
Copy link
Contributor

For #11732

Copy link
Contributor

@ewhanson ewhanson left a comment

Choose a reason for hiding this comment

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

Thanks @taslangraham, just a few questions. Once you have a look at those, feel free to merge!

it('should enable public commenting', () => {
cy.login('rvaca');

cy.visit('http://localhost:8000/index.php/publicknowledge/en/management/settings/website#content');
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this also just be index.php/publicknowledge/en/management/settings/website#content?

.should('be.visible').type(`${testCommentText} - ${index + 1}`);
cy.contains('button.BaseCommentsNewSubmit', 'Submit').click();

cy.wait(1000);
Copy link
Contributor

Choose a reason for hiding this comment

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

A general comment on these, not this one specifically, but did you find you needed a whole second of waiting here? I noticed there are quite a few and they add up. If they're all necessary, no problem, but just wanted to check.

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