Skip to content

Commit

Permalink
matching string for e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
lakhveerk committed Oct 2, 2024
1 parent 077ac6f commit 5b53dd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const CheckExternalAppAuthenticationForCEACapability = (): React.ReactElement =>
name: 'checkExternalAppAuthenticationForCEACapability',
title: 'Check External App Authentication CEA Capability',
onClick: async () =>
`External App Authentication CEA module ${externalAppAuthenticationForCEA.isSupported() ? 'is' : 'is not'} supported`,
`External App Authentication For CEA module ${externalAppAuthenticationForCEA.isSupported() ? 'is' : 'is not'} supported`,
});

const AuthenticateWithOAuthForCEA = (): React.ReactElement =>
Expand Down

0 comments on commit 5b53dd2

Please sign in to comment.