Skip to content

Commit ca2fc04

Browse files
committed
Fixed functional test assert due to the changes
1 parent c95db69 commit ca2fc04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/test/functional_with_es_ssl/apps/triggers_actions_ui

x-pack/test/functional_with_es_ssl/apps/triggers_actions_ui/alerts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
8080
await loggingMessageInput.click();
8181
await loggingMessageInput.clearValue();
8282
await loggingMessageInput.type('test message');
83-
await testSubjects.click('slackAddVariableButton');
83+
await testSubjects.click('messageAddVariableButton');
8484
const variableMenuButton = await testSubjects.find('variableMenuButton-0');
8585
await variableMenuButton.click();
8686
await testSubjects.click('saveAlertButton');

0 commit comments

Comments
 (0)