You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While automating the synthetic journey for an online shopping experience on the Business website, the script encounters an issue when trying to select company details from a dynamically loaded dropdown. The dropdown should populate company information based on input such as company name, KvK number, or address. However, the script fails to select the correct company from the dropdown list.
Step causing failure: After filling in the company name (e.g., "CZPB B.V.") in the "Bedrijfsnaam, postcode of KvK-nummer" field, the dropdown appears but the script is unable to select the appropriate company from the list.
Expected behavior: The script should select the company "CZPB B.V." from the dropdown based on provided input.
Actual behavior: The company dropdown does not auto-populate the correct selection, and the script fails to click the correct entry despite trying to use methods like getByText(), evaluate(), and waitForSelector().
The text was updated successfully, but these errors were encountered:
@SunilMudliar Could you give more information around which website you are trying to test and also the example script that got generated so it would easier for us to debug.
While automating the synthetic journey for an online shopping experience on the Business website, the script encounters an issue when trying to select company details from a dynamically loaded dropdown. The dropdown should populate company information based on input such as company name, KvK number, or address. However, the script fails to select the correct company from the dropdown list.
Step causing failure: After filling in the company name (e.g., "CZPB B.V.") in the "Bedrijfsnaam, postcode of KvK-nummer" field, the dropdown appears but the script is unable to select the appropriate company from the list.
Expected behavior: The script should select the company "CZPB B.V." from the dropdown based on provided input.
Actual behavior: The company dropdown does not auto-populate the correct selection, and the script fails to click the correct entry despite trying to use methods like getByText(), evaluate(), and waitForSelector().
The text was updated successfully, but these errors were encountered: