Skip to content

Commit

Permalink
faq accordion test
Browse files Browse the repository at this point in the history
  • Loading branch information
cea2aj committed Jun 3, 2021
1 parent b77e9f2 commit 242f376
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/percy/photographer.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ class Photographer {

await this._pageNavigator.gotoUniversalPage({ query: 'office sparce'});
await this._camera.snapshot('universal-search--spellcheck');

await this._pageNavigator.gotoUniversalPage({ query: 'what if i forget my password?'});
await this._pageNavigator.click('.HitchhikerFaqAccordion-toggle')
await this._camera.snapshot('universal-search--faq-accordion');
}

async _captureVerticalSearch () {
Expand Down

0 comments on commit 242f376

Please sign in to comment.