Skip to content

playwright/valid-title doesn't allow string variables #320

Closed
@ImaBadSlime

Description

@ImaBadSlime

Hello!
playwright/valid-title doesn't allow string variables

Code snippet:

      const kek = "lelelelel";
      test(kek, () => {
        expect(kek).toBe("123");
        expect(kek).toBe("1234");
      });

IMG_20241004_151249_654

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions