Skip to content

Commit 725a24b

Browse files
committed
Add a todo about the add button
1 parent f8be439 commit 725a24b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cypress/e2e/ui/Automation/Embedded-Automate/customization_buttons.cy.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ describe('Automation > Embedded Automate > Customization > Buttons', () => {
6666
});
6767

6868
// Click Add button
69+
// TODO: cy.getFormButtonByTypeWithText expects this in the main_content div, but it's in the form_buttons_div
70+
// within the full_content div - enhance the cy.getFormButtonByTypeWithText to accept a div id or normalize the location of the button
6971
cy.get('#buttons_on > .btn-primary').click();
7072

7173
// Verify flash message that button was added

0 commit comments

Comments
 (0)