File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
java/src/org/openqa/selenium/federatedcredentialmanagement Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ public interface HasFederatedCredentialManagement {
26
26
* Disables the promise rejection delay.
27
27
*
28
28
* <p>FedCM by default delays promise resolution in failure cases for privacy reasons
29
- * (https://w3c-fedid.github.io/FedCM/#ref-for-setdelayenabled); this function allows turning it off
30
- * to let tests run faster where this is not relevant.
29
+ * (https://w3c-fedid.github.io/FedCM/#ref-for-setdelayenabled); this function allows turning it
30
+ * off to let tests run faster where this is not relevant.
31
31
*/
32
32
void setDelayEnabled (boolean enabled );
33
33
You can’t perform that action at this time.
0 commit comments