mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-19 00:30:12 +01:00
A whole bunch more Selenium tests working
This commit is contained in:
parent
6126a6e9d7
commit
86de0a1290
5 changed files with 10 additions and 4 deletions
|
|
@ -2,5 +2,5 @@
|
|||
// store, assert, assertNot, verify, verifyNot, waitFor, and waitForNot commands.
|
||||
// Will result in support for storeContextCount, assertContextCount, etc.
|
||||
Selenium.prototype.getContextCount = function() {
|
||||
return this.browserbot.getCurrentWindow().$$('.context').length;
|
||||
return this.browserbot.getCurrentWindow().$('.context').size();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue