Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serenity.recordReportData().andContents() - Spaces not displayed #1313

Closed
centu81 opened this issue Jul 19, 2018 · 1 comment
Closed

Serenity.recordReportData().andContents() - Spaces not displayed #1313

centu81 opened this issue Jul 19, 2018 · 1 comment

Comments

@centu81
Copy link

centu81 commented Jul 19, 2018

Spaces are not displayed properly:

Code preparing string:

               String FORMAT = "|%-20s|%-20s|" + System.lineSeparator();
                StringBuilder str = new StringBuilder();
                str.append(String.format(FORMAT,"URL", "Token"));

Serenity report:
image

@centu81 centu81 changed the title Serenity.recordReportData().andContents() Serenity.recordReportData().andContents() - Spaces not displayed Jul 19, 2018
@wakaleo
Copy link
Member

wakaleo commented Jul 19, 2018

Please feel free to have a look at the code and propose a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants