mirror of
https://github.com/hmalik144/Automation-Test-Framework.git
synced 2025-12-10 03:05:35 +00:00
Updates to naming conventions
This commit is contained in:
@@ -24,7 +24,7 @@ class PracticeFormPageSteps: DriverSteps() {
|
||||
|
||||
@Before
|
||||
fun setup(){
|
||||
webDriver = createWebDriver(Drivers.Chrome)
|
||||
webDriver = retrieveWebDriver(Drivers.Chrome)
|
||||
|
||||
formPageFactory = FormPageFactory(webDriver)
|
||||
submittedFormFactory = SubmittedFormFactory(webDriver)
|
||||
|
||||
Reference in New Issue
Block a user