Then with that you need to change the add function so the native language is a valid selection from the select box. The same in the tests where you are manually setting this
It should be reasonably obvious if you run the LanguageManager0001Test.php
In fact I think you need to run all these tests as 4/5 of the plugin tests give errors on the master branch of Joomla. The template manager tests look good though :)
Hi Puneet
On the https://github.com/puneet0191/joomla-cms/blob/master/tests/system/webdriver/Pages/Extensions/LanguageEditPage.php#L69 selenium is failing this line as its a select box rather than input field
Then with that you need to change the add function so the native language is a valid selection from the select box. The same in the tests where you are manually setting this
It should be reasonably obvious if you run the LanguageManager0001Test.php