Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

filter Dropdown test case #49 issue filterDropDown #57

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
console removed
mukeshblackhat committed Mar 22, 2024
commit f76a3e000b7f8b11cee50ad4083f4ae7caa13c54
1 change: 0 additions & 1 deletion nightwatch/components/filterdropdown.spec.tsx
Original file line number Diff line number Diff line change
@@ -47,7 +47,6 @@ browser.elements('css selector', 'div[role="menuitemradio"]', function(result) {
// Use the web element ID to retrieve the text of the element
browser.elementIdText(webElementId, function(textResult) {
const optionText = textResult.value.trim();
console.log('Option text:', optionText); // Logging option text for debugging

// Assert that the option text is as expected
// Note: This assumes the order in expectedOptions matches the order in the dropdown