Skip to content

Commit

Permalink
test: find_gallery_preview e2e 테스트의 구문오류를 수정한다
Browse files Browse the repository at this point in the history
  • Loading branch information
devxb committed Feb 22, 2024
1 parent 1d5a1e9 commit 74ce243
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions support/e2e/v1_6.find_galery_preview.hurl
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,6 @@ jsonpath "$.target.image_url" == "empty_image"
jsonpath "$.survey.survey_id" == {{ survey_id }}
jsonpath "$.survey.feedback_count" == 1
jsonpath "$.survey.bookmarked_count" == 0
jsonpath "$.survey.feedbacks" = ["Hello world"]
jsonpath "$.survey.tendencies.[0].name" = "UI"
jsonpath "$.survey.tendencies.[0].count" = 1
jsonpath "$.survey.feedbacks.[0]" == "Hello world"
jsonpath "$.survey.tendencies.[0].name" == "UI"
jsonpath "$.survey.tendencies.[0].count" == 1

0 comments on commit 74ce243

Please sign in to comment.