Skip to content

Commit 9ba59df

Browse files
committed
reset selectors for about logins
1 parent 2e40be2 commit 9ba59df

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

modules/data/about_logins.components.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@
126126
},
127127

128128
"login-list-item": {
129-
"selectorData": "login-list-item",
130-
"strategy": "tag",
129+
"selectorData": "list-item",
130+
"strategy": "class",
131131
"shadowParent": "login-list",
132132
"groups": ["doNotCache"]
133133
},

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ markers = [
1212
"ci: basic tests to run in ci",
1313
"locale_de: tests run in DE locale versions",
1414
"locale_fr: tests run in FR locale versions",
15-
"locale_gb: tests run in GB locale versions"
15+
"locale_gb: tests run in GB locale versions",
16+
"noxvfb: tests that should not run in xvfb sessions"
1617
]
1718

1819
[tool.ruff]

0 commit comments

Comments
 (0)