Fix e2e test (#4785)

SMS message text was changed in
https://github.com/grafana/oncall/pull/4624
This commit is contained in:
Vadim Stepanov 2024-08-07 11:51:44 +01:00 committed by GitHub
parent b755404518
commit c728a0ad46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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');
});