Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'' is not a valid selector #120

Open
FedeTommi opened this issue Jul 24, 2024 · 0 comments
Open

'' is not a valid selector #120

FedeTommi opened this issue Jul 24, 2024 · 0 comments

Comments

@FedeTommi
Copy link

I am using angular/components, which uses this library as a dependency.
The filters on MatExpansionPanelHarness seem to be not working correctly.

On:

const expansionPanels = await loader.getHarness(MatExpansionPanelHarness.with({ disabled: true }));

I get the error:

SyntaxError: '' is not a valid selector
at emit (/node_modules/nwsapi/src/nwsapi.js:575:17)
at Object._querySelectorAll [as select] (/node_modules/nwsapi/src/nwsapi.js:1491:9)
at HTMLDivElementImpl.querySelectorAll (node_modules/jsdom/lib/jsdom/living/nodes/ParentNode-impl.js:78:26)
at HTMLDivElement.querySelectorAll (node_modules/jsdom/lib/jsdom/living/generated/Element.js:1119:58)
at Object.queryFn (node_modules/@angular/cdk/fesm2022/testing/testbed.mjs:622:39)
at TestbedHarnessEnvironment.getAllRawElements (node_modules/@angular/cdk/fesm2022/testing/testbed.mjs:770:41)

Please refer to: angular/components#29454

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant