Fix e2e test (#4785)
SMS message text was changed in https://github.com/grafana/oncall/pull/4624
This commit is contained in:
parent
b755404518
commit
c728a0ad46
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue