Skip to content

Commit

Permalink
bdd_acceptance_test.js aktualisieren
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent authored Dec 26, 2023
1 parent dd6cc6a commit ffa4288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bdd_acceptance_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe('RP Plugin - Codeceptjs Integration - BDD Feature', () => {
it('should push data to rp', (done) => {
exec(`${runner} --grep @pass -c ${configFilePath} --verbose`, (error, stdout, stderr) => {
expect(stdout).to.include('Success start launch with tempId');
expect(stdout).to.include('1 passed');
expect(stdout).to.include('1 passing');
done();
});
});
Expand Down

0 comments on commit ffa4288

Please sign in to comment.