Skip to content

Commit

Permalink
use different commit name for commit & push with ff
Browse files Browse the repository at this point in the history
  • Loading branch information
campersau committed May 5, 2020
1 parent eea207d commit 2fcb40d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clicktests/spec.remotes.js
Expand Up @@ -117,10 +117,10 @@ describe('[REMOTES]', () => {

it('Should be possible to commitnpush with ff', async () => {
await environment.click('.amend-link');
await environment.insert('.staging input.form-control', 'Commit & Push with ff');
await environment.click('.commit-grp .dropdown-toggle');
await environment.click('.commitnpush');
await environment.click('.modal-dialog .btn-primary');
await environment.waitForElementVisible('.nux');
await environment.waitForElementHidden('#nprogress');
await environment.waitForElementVisible('[data-ta-node-title="Commit & Push with ff"]')
});
});

0 comments on commit 2fcb40d

Please sign in to comment.