Skip to content

Commit 2368d7f

Browse files
committed
update index.html & wen_test.py
1 parent b03d37c commit 2368d7f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

index.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,9 @@ <h1>er.js testing EC site</h1>
133133
<div id = "setAction">
134134
<legend> action </legend>
135135
<label> fill </label>
136-
<input class = "custom-action" type = "text" id = "acid" placeholder = "cid" value = "saas_testing_ec"/><br>
136+
<input class = "custom-action" type = "text" id = "agroup" placeholder = "group" value = "ER"/><br>
137+
<label> fill </label>
138+
<input class = "custom-action" type = "text" id = "acid" placeholder = "cid" value = "ER_web-testing"/><br>
137139
<label> fill </label>
138140
<input class = "custom-action" type = "text" id = "auid" placeholder = "uid" value = ""/><br>
139141
<label> fill </label>

web_test.py

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
# send actions from testbot
3131
for k in range(len(df)-2):
3232
driver[df.ssid[k]].get(url)
33+
#driver[df.ssid[k]].find_element_by_id('agroup').send_keys('ER')
34+
#driver[df.ssid[k]].find_element_by_id('acid').send_keys('ER_web-testing')
3335
driver[df.ssid[k]].find_element_by_id('auid').send_keys(df.uid[k])
3436
driver[df.ssid[k]].find_element_by_id('aact').send_keys(df.act[k])
3537
driver[df.ssid[k]].find_element_by_id('acat').send_keys(df.cat[k])

0 commit comments

Comments
 (0)