Skip to content

Commit

Permalink
update e2e tests for genie and adkp
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-hodgson committed Sep 13, 2024
1 parent 033e3f8 commit f439dd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/portals-e2e/src/configs/bannersConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type BannerConfig = Record<Portal, BannerType[]>
// lists the full width alerts displayed on each Portal,
// ...in the order in which the banners should be dismissed
const bannerConfig: BannerConfig = {
adknowledgeportal: ['cookies'],
adknowledgeportal: ['cookies', 'survey'],
arkportal: ['cookies'],
bsmn: ['cookies'],
cancercomplexity: ['cookies'],
Expand All @@ -17,7 +17,7 @@ const bannerConfig: BannerConfig = {
nf: ['cookies', 'survey'],
psychencode: ['cookies'],
stopadportal: ['cookies'],
genie: ['cookies'],
genie: ['cookies', 'survey'],
}

export default bannerConfig

0 comments on commit f439dd8

Please sign in to comment.