Skip to content

Commit 4836b80

Browse files
authored
Update 06_trafficTransferAnalystServiceIT.js
1 parent 2bddf8e commit 4836b80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples-test/leaflet/06_trafficTransferAnalystServiceIT.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module.exports = {
3737
/*判断初始交互控件*/
3838
browser.waitForElementPresent('.panel.panel-primary.leaflet-control', 10000);
3939
/*单击'9路',判断path是否有变化*/
40-
browser.useXpath().click('//*[@id="trafficRes"]/tr[2]/td[2]/a[1]', function () {
40+
browser.useXpath().click('//*[@id="trafficRes"]/tr[2]/td[1]/a[1]', function () {
4141
browser.pause(1500);
4242
browser.elements('tag name', 'path', function (result) {
4343
browser.assert.equal(result.value.length, 2, "expect Number of trafficTransferAnalystService path after click '9路' to be 2, actual is " + result.value.length);
@@ -59,4 +59,4 @@ module.exports = {
5959
// browser.pause(1000);
6060
// browser.end();
6161
}
62-
};
62+
};

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy