Skip to content

Commit

Permalink
Merge pull request #676 from uc-cdis/fix/tests
Browse files Browse the repository at this point in the history
fix(tests): tests for BRH, HEAL
  • Loading branch information
haraprasadj authored Aug 16, 2021
2 parents 09065e9 + 3f3114c commit 3d508b5
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions utils/apiUtil.js
Original file line number Diff line number Diff line change
Expand Up @@ -466,8 +466,20 @@ module.exports = {
},
},
heal: {
summary: { css: '.discovery-header' },
cards: { css: '.discovery-studies-container' },
summary: {
css: '.discovery-header',
},
cards: {
css: '.discovery-studies-container',
},
},
brh: {
summary: {
css: '.discovery-header',
},
cards: {
css: '.discovery-studies-container',
},
},
};
console.log(`#### hostname:${process.env.testedEnv}`);
Expand Down

0 comments on commit 3d508b5

Please sign in to comment.