Some of the BrowserTestCase class methods were publicly accessible only for testing purposes. Now these methods have protected visibility.
Some of the BrowserTestCase properties, that were not supposed to be directly accessed by the class descendants had protected visibility. That is fixed now.
BrowserTestCase
class methods were publicly accessible only for testing purposes. Now these methods haveprotected
visibility.BrowserTestCase
properties, that were not supposed to be directly accessed by the class descendants hadprotected
visibility. That is fixed now.