diff --git a/.gitlab-ci.sample.yml b/.gitlab-ci.sample.yml index 90ccbb5..0d9ef03 100644 --- a/.gitlab-ci.sample.yml +++ b/.gitlab-ci.sample.yml @@ -140,7 +140,6 @@ test: script: - ls - cd tests/ - - pwd - npm run test tags: - docker diff --git a/tests/__tests__/2-nifi.test.js b/tests/__tests__/2-nifi.test.js index 6bf57ed..ddfb047 100644 --- a/tests/__tests__/2-nifi.test.js +++ b/tests/__tests__/2-nifi.test.js @@ -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")