SeleniumHQ / selenium-ide

Open Source record and playback test automation for the web.
https://selenium.dev/selenium-ide/
Apache License 2.0
2.78k stars 755 forks source link

Command "choose ok on next confimation" fails in 3.3.1. #427

Closed Nachikethan1 closed 5 years ago

Nachikethan1 commented 5 years ago

🐛 Bug Report

A clear and concise description of what the bug is.

To Reproduce

Steps to reproduce the behavior:

Expected behavior

A clear and concise description of what you expected to happen.

Project file reproducing this issue (highly encouraged)

Please provide a project file .side that reproduces this issue.

Issues without a reproduction project are likely to stall.

Environment

OS: Selenium IDE Version: Selenium SIDE Runner Version: Node version: Browser: Browser Version:

corevo commented 5 years ago

My test works, please provide a reproducing test case.

corevo commented 5 years ago

Potentially a duplicate of #392

Nachikethan1 commented 5 years ago

Here is the reproducible steps: Open below URL: https://apps.autodesk.com/BIM360/en/Detail/Index?id=1459166100220459147&appLang=en&os=Web

Sign in with below credentials: user09733@gmail.com Password - qpalzm79 Click remind me later - if asked for extra protection click open link press ok .
(do the above steps in IDE) refer below image of error

image

It always give the error as chooseOkOnNextConfirmation on ... Failed: e is undefined 'Untitled' ended with 1 error(s)

However, the same command easily works on another IDE. I would request to please fix it.

corevo commented 5 years ago

@tourdedave seems the same issue as #392, is it a duplicate?

tourdedave commented 5 years ago

Seems like a duplicate, but will need to confirm against their repro steps.

tourdedave commented 5 years ago

When I record the steps outlined, a choose ok on next confirmation command is not recorded because I there aren't any JS confirmation dialogs. We'll push the fix we have for this command in the next release. Then you confirm if it resolves your issue.

Nachikethan1 commented 5 years ago

Fixed in 3.4.1 version