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

Use assertion phrase in test result table #1061

Merged
merged 7 commits into from
May 2, 2024

Conversation

Paul-Clue
Copy link
Collaborator

see issue #744

This pull request adds the assertion phrase instead of the assertion statement to the test results table.

@Paul-Clue Paul-Clue requested a review from evmiguel April 24, 2024 20:11
Copy link
Contributor

@evmiguel evmiguel left a 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
Copy link
Contributor

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?

Copy link
Collaborator Author

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
Copy link
Contributor

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.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Got this one too!

@evmiguel evmiguel merged commit cab502d into development May 2, 2024
2 checks passed
@evmiguel evmiguel deleted the change-assertion-to-phrase branch May 2, 2024 15:45
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.

3 participants