Skip to content

Commit a47d63c

Browse files
dkm-locator-updated
1 parent 1ce1cc5 commit a47d63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e-test/pages/dkmPage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
class DkmPage(BasePage):
1010
WELCOME_PAGE_TITLE = "(//div[@class='order-5 my-auto pb-3 text-lg font-semibold leading-tight text-white mt-3'])[1]"
1111
NEWTOPIC = "//button[normalize-space()='New Topic']"
12-
Suggested_follow_up_questions = "body > div:nth-child(3) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(6) > div:nth-child(3) > button:nth-child(2)"
12+
Suggested_follow_up_questions = "body > div:nth-child(3) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(6) > div:nth-child(3) > button:nth-child(2)"
1313
SCROLL_DOWN = "//div[10]//div[2]//div[2]//i[1]//img[1]"
1414
ASK_QUESTION = (
1515
"//textarea[@placeholder='Ask a question or request (ctrl + enter to submit)']"

0 commit comments

Comments
 (0)