Description
Meta -
OS: Windows 10
Selenium IDE Version: 3.1.0
Selenium SIDE Runner Version:
Node version: 8.11.3
Browser: chrome
Browser Version: 67.0.3396.99(64-bit)
Expected Behavior -
Load an old test case.
Actual Behavior -
nothing.
Steps to reproduce -
- open the selenium ide.
- open project click.
- open this test file.
I don't know whether it is your intention or not, but it is some strange.
First,
If the project
is null like this,
,No wonder baseUrl
is empty.
Then this project.url && project.url !== baseUrl
condition can't be satisfied.
Because project.url
is empty.
Second,
If there is an existing project, I wonder why the baseUrl
of the project and the baseUrl
of old test case which I want to import, have to be the same.
Although they were different, it can be added to a new test case, without showing the Migrate message.
Test tab is not a suite
. Just it is gathered some tests.
I don't think the baseUrls
should be the same.
Let me know your intention.