You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently popup blocker works well with selectors without quotes (e.g. #myWindow) but if popup need to be selected via e.g. [data-testid='closeIcon'] / [data-testid="closeIcon"] java script exception is thrown in console
User Story
As a test automation engineer,
I want to configure the popup with [data-testid='closeIcon'] / [data-testid="closeIcon"] selector to be automatically blocked
Test Requirements
Improve the JavaScriptUtils#injectJavascriptPopupBlocker method
Add Unit tests for the data-testid='closeIcon'] / [data-testid="closeIcon"] popup
The text was updated successfully, but these errors were encountered:
Quick Description
Currently popup blocker works well with selectors without quotes (e.g.
#myWindow
) but if popup need to be selected via e.g. [data-testid='closeIcon']
/[data-testid="closeIcon"]
java script exception is thrown in consoleUser Story
As a test automation engineer,
I want to configure the popup with [data-
testid='closeIcon']
/[data-testid="closeIcon"]
selector to be automatically blockedTest Requirements
JavaScriptUtils#injectJavascriptPopupBlocker
methodtestid='closeIcon']
/[data-testid="closeIcon"]
popupThe text was updated successfully, but these errors were encountered: