We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e40be2 commit 9ba59dfCopy full SHA for 9ba59df
modules/data/about_logins.components.json
@@ -126,8 +126,8 @@
126
},
127
128
"login-list-item": {
129
- "selectorData": "login-list-item",
130
- "strategy": "tag",
+ "selectorData": "list-item",
+ "strategy": "class",
131
"shadowParent": "login-list",
132
"groups": ["doNotCache"]
133
pyproject.toml
@@ -12,7 +12,8 @@ markers = [
12
"ci: basic tests to run in ci",
13
"locale_de: tests run in DE locale versions",
14
"locale_fr: tests run in FR locale versions",
15
- "locale_gb: tests run in GB locale versions"
+ "locale_gb: tests run in GB locale versions",
16
+ "noxvfb: tests that should not run in xvfb sessions"
17
]
18
19
[tool.ruff]
0 commit comments