driver can be private

This commit is contained in:
Greg Gauthier 2020-10-12 12:06:36 +01:00
parent a678f2f348
commit 3d9325b655
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import static org.junit.jupiter.api.Assertions.fail;
public class Stepdefs {
private String url;
protected RemoteWebDriver driver;
private RemoteWebDriver driver;
@Before
public void setUp() {