From 1aae7ee1f94e824a130f6a39b698436675d08b2e Mon Sep 17 00:00:00 2001 From: Moritz Warning Date: Sun, 11 Oct 2020 00:37:11 +0200 Subject: [PATCH] tests: update for new texts --- tests/test_spa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_spa.py b/tests/test_spa.py index 62958db..6af20a1 100644 --- 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 firmware" in message.text + assert "Enter the name/model of your device" in message.text lang = Select(driver.find_element_by_id("language-selection")) -- 2.30.2