-
Notifications
You must be signed in to change notification settings - Fork 20
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
[ENGINEERS-1070] - Verifying Reviews are sorted By DateTime using Xls doc #240
base: master
Are you sure you want to change the base?
Conversation
Hi! I'm VTEX IO CI/CD Bot and I'll be helping you to publish your app! 🤖 Please select which version do you want to release:
And then you just need to merge your PR when you are ready! There is no need to create a release commit/tag.
|
Beep boop 🤖 I noticed you didn't make any changes at the
In order to keep track, I'll create an issue if you decide now is not a good time
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
cypress/support/selectors.js
Outdated
@@ -35,4 +35,11 @@ export default { | |||
GetReviewByIndex: index => { | |||
return `div[class*=reviewCommentsContainer] div[class*=reviewComment]:nth-child(${index}) div[class*=reviewCommentRating] span[class*=filled]` | |||
}, | |||
Download: 'div[class*=pal] > .vtex-button]', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this selector(div[class*=pal] > .vtex-button]) working fine ? because it has close ] not open [
[vtex-apps_reviews-and-ratings-ts] Kudos, SonarCloud Quality Gate passed! |
[vtex-apps_reviews-and-ratings-dotnet] Kudos, SonarCloud Quality Gate passed! |
Cy-Runner
Cypress Dashboard
Success
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Verify reviews are sorted by dateTime
Improved selectors and sorting
#changingTooling