From 4e54882d598b994f9bc8346c16b803b03f7a57b1 Mon Sep 17 00:00:00 2001 From: Faiez Zalila Date: Mon, 15 Jun 2020 18:17:06 +0200 Subject: [PATCH] Fix small issues. --- .gitlab-ci.sample.yml | 1 - tests/__tests__/2-nifi.test.js | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) 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")