My editor tells me that some use statements are not needed, e.g.: ``` use Page\CMSPage ``` in the page object classes and ``FeatureContext`` Also things like ``DriverInterface`` in ``CMSPage.php`` Check and remove "bonus" code.
My editor tells me that some use statements are not needed, e.g.:
in the page object classes and
FeatureContextAlso things like
DriverInterfaceinCMSPage.phpCheck and remove "bonus" code.