File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/organizations/components/OrgProfileTab Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ describe('About Page', () => {
3232 cy . getByTestID ( 'copy-btn--orgid' ) . should ( 'not.be.disabled' )
3333
3434 if ( CLOUD ) {
35- cy . getByTestID ( 'org-profile--panel ' ) . contains ( 'Cloud Provider' )
35+ cy . getByTestID ( 'org-profile--labeled-data ' ) . contains ( 'Cloud Provider' )
3636 }
3737
3838 cy . getByTestID ( 'rename-org--button' ) . should ( 'be.visible' ) . click ( )
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ const OrgProfileTab: FC = () => {
8080 justifyContent = { JustifyContent . SpaceBetween }
8181 stretchToFitWidth = { true }
8282 style = { orgProviderExists ? { width : '85%' } : { width : '48%' } }
83+ testID = "org-profile--labeled-data"
8384 >
8485 { orgProviderExists && (
8586 < LabeledData label = "Cloud Provider" src = { quartzOrg . provider } />
You can’t perform that action at this time.
0 commit comments