Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Matching Strings to be case insensitive #1082

@mohit-excelindia

Description

@mohit-excelindia

Hi @juliemr

In my application I have status of an event.
I have created an object for those status while writing test scripts like this:

var satus = {
open : 'Open',
inProgress : 'In-Progress'
closed : 'Closed'
};

I have that status displayed in many pages of the application and at different pages it is written in Upper Case letters while not in others.

Can we expect Strings as insensitive?

Thanks,
Mohit

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions