Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
What Removes the yasqe yasr parameter from YasrSteps. Why The usage of such steps is inconsistent. The count of yasr instances depends on how the sparql view is opened: - When the sparql view is opened and has more than one tab, calling a method like `getYasr(yasrIndex = 0)` would be expected to fetch an instance of the second tab. However, this is not the case. When the view is opened, only one instance is created for the active tab, so the test will fail with a timeout because the steps try to fetch the second instance of yasr. - When the sparql view is opened with one tab, and then another tab is created, the steps work fine since yasgui has created two instances. The parameter is removed to prevent misleading other developers who might not be aware of this yasr behavior. How The index parameter is removed and affected tests are fixed. Now all functions work with the active yasr of the active tab.
- Loading branch information