Skip to content

Commit

Permalink
test for sanitized
Browse files Browse the repository at this point in the history
  • Loading branch information
gkushang committed Jul 10, 2017
1 parent 4670ea9 commit 3f56410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/features/step_definitions/hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ defineSupportCode(function({After, Before, registerHandler}) {

function getOptions(theme) {
return {
name: '@cucumber-html-reporter/*&!@#$%)(~<>`',
name: '@cucumber-html-reporter/*&!@#$%)(~<>`', //this tests for the sanitized hyperlinks on report, otherwise this should be plain text english
theme: theme,
output: path.join(outputDirectory, 'cucumber_report_' + theme + '.html'),
reportSuiteAsScenarios: true,
Expand Down

0 comments on commit 3f56410

Please sign in to comment.