diff --git a/grafana-plugin/e2e-tests/alerts/sms.test.ts b/grafana-plugin/e2e-tests/alerts/sms.test.ts index 6c657611..97caa4f8 100644 --- a/grafana-plugin/e2e-tests/alerts/sms.test.ts +++ b/grafana-plugin/e2e-tests/alerts/sms.test.ts @@ -22,5 +22,5 @@ test('we can verify our phone number + receive an SMS alert @expensive', async ( const smsAlertNotification = await waitForSms(); expect(smsAlertNotification).toContain('OnCall'); - expect(smsAlertNotification).toContain('alert'); + expect(smsAlertNotification).toContain('Alert group'); });