Bug545-HuangHuiLing
1994836463@qq.com 2024-05-25 15:24:49 +08:00
parent 624426b6cf
commit f3b9fd8790
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ def test_selected_second_word(driver, URL):
# 获取选中的文本
selected_words = driver.find_element(By.ID, 'selected-words').get_attribute('value')
assert selected_words != "","选中单词被放置框中"
#再次选取
select(driver)
time.sleep(1)