public async assertNoResultsMatchMessage()

in src/pom/serverless/pages/hosts.page.ts [121:126]


    public async assertNoResultsMatchMessage() {
        Promise.all([
            await expect(this.noResultsMatchMessage(), 'Alerts table should be visible').toBeVisible(),
            await expect(this.loadingIndicator(), 'Loading indicator should not be visible').not.toBeVisible()
            ]);
        }