File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
modules/storages/spec/features/storages/admin Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 76
76
expect ( page ) . not_to have_test_selector ( "label-openproject_oauth_application_configured-status" )
77
77
78
78
# OAuth client
79
- wait_for { page } . to have_test_selector ( "storage-oauth-client-label" , text : "Nextcloud OAuth" )
79
+ wait_for { page } . to have_test_selector ( "storage-oauth-client-label" , text : "Storage OAuth" )
80
80
expect ( page ) . not_to have_test_selector ( "label-storage_oauth_client_configured-status" )
81
81
expect ( page ) . to have_test_selector ( "storage-oauth-client-id-description" ,
82
82
text : "Allow OpenProject to access Nextcloud data using OAuth." )
Original file line number Diff line number Diff line change 94
94
text : "OAuth Client ID: #{ oauth_application . uid } " )
95
95
96
96
# OAuth client
97
- expect ( page ) . to have_test_selector ( "storage-oauth-client-label" , text : "Nextcloud OAuth" )
97
+ expect ( page ) . to have_test_selector ( "storage-oauth-client-label" , text : "Storage OAuth" )
98
98
expect ( page ) . to have_test_selector ( "label-storage_oauth_client_configured-status" , text : "Completed" )
99
99
expect ( page ) . to have_test_selector ( "storage-oauth-client-id-description" ,
100
100
text : "OAuth Client ID: #{ oauth_client . client_id } " )
You can’t perform that action at this time.
0 commit comments