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

Reserved words for tests are not highlighted when using the Light Theme #8241

Closed
4en6 opened this issue Mar 25, 2020 · 1 comment · Fixed by #8464
Closed

Reserved words for tests are not highlighted when using the Light Theme #8241

4en6 opened this issue Mar 25, 2020 · 1 comment · Fixed by #8464

Comments

@4en6
Copy link

4en6 commented Mar 25, 2020

Describe the bug
Reserved words like functions have the same font and style as the other code when writing tests in the Tests tab and Pre-Request Script tab. This is only valid for the Light theme.

Steps to reproduce the behavior:

  1. Make sure you are using the Light theme.
  2. Create a request.
  3. Go to Tests tab.
  4. Click on Status code: Code is 200 snippet and observe the style.
  5. Change the theme to Dark and see the same snippet.

Expected behavior:
Reserved words as in the case status in pm.response.to.have.status(200); should change color as it is when using Dark theme.

Screenshots
DarkTheme
LightTheme

App information:

  • Postman Version 7.21.1
  • OS: Windows 10
@4en6 4en6 changed the title Reserved words for tests are not highlighted when using the Light Mode Reserved words for tests are not highlighted when using the Light Theme Mar 25, 2020
@pankajk07
Copy link
Member

Fixed as part of v7.24

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

Successfully merging a pull request may close this issue.

3 participants