[
  {
    "pageName": "NotificationsPage",
    "name": "opened_lbl",
    "locateUsing": "name",
    "locator": "OPENED"
  },
  {
    "pageName": "NotificationsPage",
    "name": "title",
    "locateUsing": "class-chain",
    "locator": "**/XCUIElementTypeOther[`label == \"Notifications\"`][-1]"
  },
    {
    "pageName": "NotificationsPage",
    "name": "disabled_notifications_msg",
    "locateUsing": "class-chain",
    "locator": "**/XCUIElementTypeStaticText[`label == \"You have disabled notifications. Please change your settings to receive notifications.\"`]"
  },
  {
    "pageName": "NotificationsPage",
    "name": "new_lbl",
    "locateUsing": "name",
    "locator": "NEW"
  },
  {
    "pageName": "NotificationsPage",
    "name": "star_track_placeholder",
    "locateUsing": "class-chain",
    "locator": "**/XCUIElementTypeStaticText[`label == \"Star your first track or playlist\"`]"
  },
  {
    "pageName": "NotificationsPage",
    "name": "search_for_tracks_button",
    "locateUsing": "class-chain",
    "locator": "**/XCUIElementTypeOther[`label == \"SEARCH FOR TRACKS\"`]"
  },
    {
    "pageName": "NotificationsPage",
    "name": "settings_widget",
    "locateUsing": "class-chain",
    "locator": "**/XCUIElementTypeOther[`label == \"Enable notifications\\nin Notification Settings. Go to Settings \uE92B\"`]"
  }
]