projects
/
web
/
firmware-selector-openwrt-org.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b804961
)
tests: update for new texts
v3.0.5
author
Moritz Warning
<moritzwarning@web.de>
Sat, 10 Oct 2020 22:37:11 +0000
(
00:37
+0200)
committer
Moritz Warning
<moritzwarning@web.de>
Sun, 11 Oct 2020 08:34:03 +0000
(10:34 +0200)
tests/test_spa.py
patch
|
blob
|
history
diff --git
a/tests/test_spa.py
b/tests/test_spa.py
index 62958db3869ebc15fada612cf59fd64ced6f7dbf..6af20a10607109dfc556dbf097fdd9f3b211514a 100644
(file)
--- a/
tests/test_spa.py
+++ b/
tests/test_spa.py
@@
-28,7
+28,7
@@
def test_spa():
assert "TP-Link Archer A7 v5" in models.text
message = driver.find_element_by_xpath("/html/body/div/div/p")
- assert "
use the input below to download firmwar
e" in message.text
+ assert "
Enter the name/model of your devic
e" in message.text
lang = Select(driver.find_element_by_id("language-selection"))