Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Fix #106.
Browse files Browse the repository at this point in the history
  • Loading branch information
Faiez Zalila committed Feb 25, 2020
1 parent ee13c21 commit e5cdc3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/__tests__/2-nifi.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,11 @@ describe('Test instantiating template of Apache Nifi service', () => {
await click(page, '.slick-viewport > .grid-canvas > .ui-widget-content:nth-child(6) > .slick-cell > .unset')

// Define the password
await typeText(page, 'password1', '.slickgrid-nfel-editor > .nfel-editor > .CodeMirror > div > textarea')
await typeText(page, 'password1', '.slickgrid-nf-editor > .nf-editor > .CodeMirror > div > textarea')

// Click Ok on the password tab
await shouldExist(page,'#canvas-body > .slickgrid-nfel-editor > div > .button')
await click(page, '#canvas-body > .slickgrid-nfel-editor > div > .button')
await shouldExist(page,'#canvas-body > .slickgrid-nf-editor > div > .button')
await click(page, '#canvas-body > .slickgrid-nf-editor > div > .button')

// Click 'Apply' on the Configure Controller Service
await shouldExist(page,'#canvas-body > #controller-service-configuration > .dialog-buttons > .button:nth-child(1) > span')
Expand Down

0 comments on commit e5cdc3c

Please sign in to comment.