Authentication process uses a browser alert #11676
-
While trying to add an automated test use case for logging into the "https://fr.openfoodfacts.net" website, I encountered an issue with authentication. The selector element (id) is not accessible because the authentication process uses a browser alert (native popup). To properly automate the login process, it would be better to replace this alert with a web-based authentication form. This would allow automated tests to interact with the login fields and perform validations more easily. Thank you in advance for your feedback on this suggestion. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
openfoodfacts.net uses HTTP Basic Auth to keep crawlers out of the test instance. That auth is not used for actual OFF user auth. That'll be done using #9251 in the future |
Beta Was this translation helpful? Give feedback.
openfoodfacts.net uses HTTP Basic Auth to keep crawlers out of the test instance. That auth is not used for actual OFF user auth. That'll be done using #9251 in the future