github.com/rposudnevskiy/consul@v1.4.5/ui-v2/tests/acceptance/components/text-input.feature (about)

     1  @setupApplicationTest
     2  Feature: components / text-input: Text input
     3    Background:
     4      Given 1 datacenter model with the value "dc-1"
     5    Scenario:
     6      When I visit the kv page for yaml
     7      ---
     8        dc: dc-1
     9      ---
    10      Then the url should be /dc-1/kv/create
    11      # Turn the Code Editor off so we can fill the value easier
    12      And I click "[name=json]"
    13      Then I fill in with json
    14      ---
    15      {"additional": "hi", "value": "there"}
    16      ---
    17      Then I see submitIsEnabled
    18    Scenario:
    19      When I visit the acl page for yaml
    20      ---
    21        dc: dc-1
    22      ---
    23      Then the url should be /dc-1/acls/create
    24      Then I fill in with json
    25      ---
    26      {"name": "hi"}
    27      ---
    28      Then I see submitIsEnabled