Skip to content

Commit

Permalink
fix: selector
Browse files Browse the repository at this point in the history
remove radio select
  • Loading branch information
jlangy committed Aug 8, 2024
1 parent 194d321 commit 331ee87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/cypress/pageObjects/requestPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ class RequestPage {
tabRoleManagement: string = '#rc-tabs-1-tab-role-management';
tabUserRoleManagement: string = '#rc-tabs-1-tab-user-role-management';
tabHistory: string = '#rc-tabs-1-tab-history';
usesTeam: string = '#root_usesTeam [type="radio"]';
usesTeam: string = '#root_usesTeam';
usesDisplayHeaderDev: string = '#root_devDisplayHeaderTitle';
usesDisplayHeaderTest: string = '#root_testDisplayHeaderTitle';
usesDisplayHeaderProd: string = '#root_prodDisplayHeaderTitle';
projectLead: string = '#root_projectLead [type="radio"]';
projectLead: string = '#root_projectLead';
requestIntegration: string = '[data-testid="request-integration"]';
clientProtocol: string = '#root_protocol [type="radio"]';
root_authType: string = '#root_authType [type="radio"]';
Expand Down

0 comments on commit 331ee87

Please sign in to comment.