-
Notifications
You must be signed in to change notification settings - Fork 15
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
Use assertion phrase in test result table #1061
Conversation
April 8th 2024 Production Release
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.
@Paul-Clue great work! It works well for me, but I do notice that the assertion phrase is not capitalized. Could you make sure that it is capitalized?
@@ -198,6 +203,8 @@ export const TEST_RUN_PAGE_ANON_QUERY = gql` | |||
assertion { | |||
id | |||
text | |||
phrase |
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.
Will the query work if you delete the duplicate phrase?
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.
Got it. Good catch!
@@ -766,6 +784,8 @@ export const SAVE_TEST_RESULT_MUTATION = gql` | |||
assertion { | |||
id | |||
text | |||
phrase |
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.
Same comment about the duplicate phrase.
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.
Got this one too!
see issue #744
This pull request adds the assertion phrase instead of the assertion statement to the test results table.