Skip to content

Commit

Permalink
Merge branch 'master' into JSUI-3539-add-github-certifier
Browse files Browse the repository at this point in the history
  • Loading branch information
wmannard authored Nov 5, 2024
2 parents 58da2cb + 7a3e253 commit 2cf0026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accessibilityTest/AccessibilityQuickview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const AccessibilityQuickview = () => {
quickviewElement = $$('div', {
className: Component.computeCssClassName(Quickview)
});
addFieldEqualFilter('@author', ['Marie']);
addFieldEqualFilter('@filetype', ['txt']);

testResultElement(quickviewElement.el);
await afterQuerySuccess();
Expand Down

0 comments on commit 2cf0026

Please sign in to comment.