Fix wrong attribute value when checking for external plugins

This commit is contained in:
Théophile Diot 2023-05-04 17:41:27 -04:00
parent 914686e78e
commit 964d318939
No known key found for this signature in database
GPG Key ID: E752C80DB72BB014
1 changed files with 1 additions and 1 deletions

View File

@ -921,7 +921,7 @@ try:
external_plugins = safe_get_element(
driver,
By.XPATH,
"//div[@data-plugins-external=' external ']",
"//div[@data-plugins-external='external']",
multiple=True,
)