Skip to content

Commit

Permalink
test: ✅ update qaPage cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
amadeusj5 committed Aug 27, 2024
1 parent 9915d7b commit 683aea8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cypress/e2e/qaPage.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ describe('QaPage JSON-LD', () => {
author: {
'@type': 'Person',
name: 'New Baking User',
url: 'https://example.com/user1',
},
acceptedAnswer: {
text: '1 pound (lb) is equal to 16 ounces (oz).',
Expand All @@ -35,6 +36,7 @@ describe('QaPage JSON-LD', () => {
author: {
'@type': 'Person',
name: 'SomeUser',
url: 'https://example.com/SomeUser',
},
'@type': 'Answer',
},
Expand All @@ -46,6 +48,7 @@ describe('QaPage JSON-LD', () => {
author: {
'@type': 'Person',
name: 'AnotherUser',
url: 'https://example.com/AnotherUser',
},
'@type': 'Answer',
upvoteCount: 42,
Expand All @@ -57,6 +60,7 @@ describe('QaPage JSON-LD', () => {
author: {
'@type': 'Person',
name: 'ConfusedUser',
url: 'https://example.com/ConfusedUser',
},
'@type': 'Answer',
upvoteCount: 0,
Expand Down

0 comments on commit 683aea8

Please sign in to comment.