in src/pom/stateful/pages/hosts.page.ts [130:135]
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()
]);
}