Skip to content

Update first_test.md - #18

Open
beebapcay wants to merge 1 commit into
serenity-bdd:masterfrom
beebapcay:patch-1
Open

Update first_test.md#18
beebapcay wants to merge 1 commit into
serenity-bdd:masterfrom
beebapcay:patch-1

Conversation

@beebapcay

Copy link
Copy Markdown

Update codebase SearchActions and SearchResultSidebar in accordance with the current version of DuckDuckGo

$("#search_form_input_homepage").sendKeys(keyword);
$(".search__button").click();
$("#searchbox_input").sendKeys(keyword);
$(".searchbox_searchButton__F5Bwq.iconButton_button__6x_9C").click();

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That looks like a generated CSS classname, so I wouldn't use it (not readable and could change at any time). How about "button[type=submit]"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants