Edward Pfremmer
Edward Pfremmer
I recently ran into a request to address a security vulnerability related to `[email protected]` which is being used by my application through `[email protected] › [email protected] › [email protected] › [email protected]` *Related...
When using things like `await this.users.scopeByName('some name').waitForVisible();` the promise immediately rejects because the scoped selector cannot be found. Example error: ``` waitForVisible: waitForVisible(): findChild([data-cs-selector="user-row"],): scopeBy([data-cs-selector="user-row"],): Could not find match (length...
### Describe the bug The `resolveId` method on plugins which return a virtual module is called a second time with the previously resolved module id. It seems odd this would...