Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent authored Dec 26, 2023
1 parent a1700de commit caccfa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/acceptance_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe('RP Plugin - Codeceptjs Integration', () => {
exec(`${runner} --grep @fail -c ${configFilePath} --verbose`, (error, stdout, stderr) => {
console.log(stdout)
expect(stdout).to.include('Success start launch with tempId');
expect(stdout).to.include('FAIL | 0 passed, 1 failed');
expect(stdout).to.include('FAIL |');
done();
});
});
Expand Down

0 comments on commit caccfa6

Please sign in to comment.