-
Notifications
You must be signed in to change notification settings - Fork 172
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
test: add a JS unit test to verify filterSubVerticals #4561
Conversation
87dd832
to
e4f966c
Compare
71d27e9
to
0249489
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple of comments; otherwise, LGTM
a3d2d8b
to
5a11233
Compare
super().setUpClass() | ||
firefox_options = Options() | ||
firefox_options.headless = True | ||
cls.driver = webdriver.Firefox(options=firefox_options) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nit] cls.browser?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't it the same?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just saying that cls.browser
seems like a better name than cls.driver
4dd8e07
to
1b164dc
Compare
1b164dc
to
30ae0ad
Compare
PROD-4296
Adds selenium-based unit tests to verify JS script added to load subverticals on the course tagging detail page.