mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2026-04-20 15:16:38 +00:00
nightwatch; fixed skeletons
This commit is contained in:
@@ -29,8 +29,8 @@ function testDebugging(browser) {
|
||||
.click('#dbg_step')
|
||||
.waitForElementVisible('#dbg_step.btn_stopped')
|
||||
.waitForElementVisible('#mem_info')
|
||||
.click('#dbg_reset')
|
||||
.waitForElementVisible('#dbg_reset.btn_stopped')
|
||||
.click('#dbg_restart')
|
||||
.waitForElementVisible('#dbg_restart.btn_stopped')
|
||||
.waitForElementVisible('#mem_info')
|
||||
.click('#dbg_tovsync')
|
||||
.waitForElementVisible('#dbg_tovsync.btn_stopped')
|
||||
|
||||
Reference in New Issue
Block a user