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

Commit

Permalink
Fix small issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
Faiez Zalila committed Jun 15, 2020
1 parent ea4eaf0 commit 4e54882
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitlab-ci.sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ test:
script:
- ls
- cd tests/
- pwd
- npm run test
tags:
- docker
Expand Down
4 changes: 3 additions & 1 deletion tests/__tests__/2-nifi.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ describe('Test the upload template feature of Apache Nifi service', () => {
// click on the 'upload' button
await page.click('#canvas-body > #upload-template-dialog > .dialog-buttons > .button:nth-child(1)')
})
//fixme verify unable to upload.
//TODO verify the button "unable to upload" is enabled.

// Click on the upload button
it('confirm the upload of the template', async () => {
// check if the success upload template dialog appears
await shouldExist(page, "#nf-ok-dialog")
Expand Down

0 comments on commit 4e54882

Please sign in to comment.