Skip to content

Commit

Permalink
fix summary identification (#1004)
Browse files Browse the repository at this point in the history
`heal` does not work since `chordshealth` also contains the string
  • Loading branch information
haraprasadj authored Oct 13, 2023
1 parent 8c744f6 commit 0a97be9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion utils/apiUtil.js
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,15 @@ module.exports = {
css: '.g3-button',
},
},
heal: {
healdata: {
summary: {
css: '.discovery-header',
},
cards: {
css: '.discovery-studies-container',
},
},
'qa-heal': {
summary: {
css: '.discovery-header',
},
Expand Down

0 comments on commit 0a97be9

Please sign in to comment.