public async assertErrorFetchingResource()

in src/pom/stateful/components/notifications.component.ts [12:14]


    public async assertErrorFetchingResource() {
        await expect(this.errorFetchingResource(), 'Error while fetching resource').toBeVisible();
        }