Skip to content

Commit

Permalink
✨ feat(metamask): Add selectors for the crash page (#961)
Browse files Browse the repository at this point in the history
  • Loading branch information
duckception authored Oct 26, 2023
1 parent 081cbc3 commit 45c8ca6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions wallets/metamask/src/selectors/crash/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
const container = 'section.error-page'

export const CrashPageSelectors = {
header: `${container} > .error-page__header`,
errors: `${container} > .error-page__details li`
}
1 change: 1 addition & 0 deletions wallets/metamask/src/selectors/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export * from './onboarding'
export * from './unlocking'
export * from './loading'
export * from './crash'
export * from './main'

0 comments on commit 45c8ca6

Please sign in to comment.