File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
java/test/org/openqa/selenium/federatedcredentialmanagement Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ void testDismissDialog() {
9898 fedcmDriver .getFederatedCredentialManagementDialog ();
9999
100100 assertThat (dialog .getTitle ()).contains ("Sign in to" );
101+ assertThat (dialog .getSubtitle ()).isNull ();
101102 assertThat (dialog .getDialogType ()).isEqualTo ("AccountChooser" );
102103 dialog .cancelDialog ();
103104
@@ -119,6 +120,7 @@ void testSelectAccount() {
119120 fedcmDriver .getFederatedCredentialManagementDialog ();
120121
121122 assertThat (dialog .getTitle ()).contains ("Sign in to" );
123+ assertThat (dialog .getSubtitle ()).isNull ();
122124 assertThat (dialog .getDialogType ()).isEqualTo ("AccountChooser" );
123125
124126 List <FederatedCredentialManagementAccount > accountList = dialog .getAccounts ();
@@ -139,6 +141,7 @@ void testGetAccounts() {
139141 fedcmDriver .getFederatedCredentialManagementDialog ();
140142
141143 assertThat (dialog .getTitle ()).contains ("Sign in to" );
144+ assertThat (dialog .getSubtitle ()).isNull ();
142145 assertThat (dialog .getDialogType ()).isEqualTo ("AccountChooser" );
143146
144147 List <FederatedCredentialManagementAccount > accountList = dialog .getAccounts ();
You can’t perform that action at this time.
0 commit comments