Feature: Workflow-DraftIssuance15- @VTX5665
        As a QA, I want to test Workflow-DraftIssuance14
        #Workflow-Workflow-DraftIssuance-15	Applicant	Submit to Beneficiary	Beneficiary	Reject  	Applicant	Send to issuing bank	Issuing Bank	issue
        Scenario: Applicant creates a DC
                Given I setup test scenario context
                Given applicant created dc draft for beneficiary for scenario sc11 proceeded by "admin1" 

        Scenario: Beneficiary rejects the DC         
                And beneficiary's admin1 login to main page for scenario sc11
                And beneficiary navigate to current dc using contour uuid
                Then beneficiary's dc form with contour uuid is loaded with "actionButton"."returnButton" visible
                And I wait for element "actionButton"."returnButton" to be visible
                And I scroll to and click element "actionButton"."returnButton"
                And I click on the button "actionButton"."submitButton"
                Then exportParty refresh the browser

        Scenario: Check dc is rejected/returned
                Then I can see the dc has main status "Draft text returned"

        Scenario: Applicant submits DC to issuing bank       
                And applicant's admin1 login to main page for scenario sc11
                And applicant navigate to current dc using contour uuid
                Then applicant's dc form with contour uuid is loaded with "actionButton"."editButton" visible
                And I scroll to and click element "actionButton"."editButton"
                And I click on the button "actionButton"."submitToIssuingBankButton" and submit
                Then importParty refresh the browser

        Scenario: Issuing bank issues DC
                And issuingBank's admin1 login to main page for scenario sc11
                And issuingBank navigate to current dc using contour uuid
                Then issuingBank's dc form with contour uuid is loaded with "actionButton"."issueButton" visible
                And I click on the button "actionButton"."issueButton"
                When I set "DraftIssuance15" to the inputfield "dcForm"."issuedDcRefenceInput"
                And I click on the button "actionButton"."previewButton"
                And I click on the button "actionButton"."submitButton"
                Then importParty refresh the browser

        Scenario: Check dc status after issuing bank issues
                Then importParty refresh the browser
                Then I can see the dc has main status "Issued"