File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
x-pack/test/functional_with_es_ssl/apps/triggers_actions_ui Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -80,10 +80,9 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
8080 await loggingMessageInput . click ( ) ;
8181 await loggingMessageInput . clearValue ( ) ;
8282 await loggingMessageInput . type ( 'test message' ) ;
83- // TODO: uncomment variables test when server API will be ready
84- // await testSubjects.click('slackAddVariableButton');
85- // const variableMenuButton = await testSubjects.find('variableMenuButton-0');
86- // await variableMenuButton.click();
83+ await testSubjects . click ( 'slackAddVariableButton' ) ;
84+ const variableMenuButton = await testSubjects . find ( 'variableMenuButton-0' ) ;
85+ await variableMenuButton . click ( ) ;
8786 await find . clickByCssSelector ( '[data-test-subj="saveAlertButton"]' ) ;
8887 const toastTitle = await pageObjects . common . closeToast ( ) ;
8988 expect ( toastTitle ) . to . eql ( `Saved '${ alertName } '` ) ;
You can’t perform that action at this time.
0 commit comments