github.com/DerekStrickland/consul@v1.4.5/ui-v2/tests/acceptance/dc/acls/tokens/anonymous-no-delete.feature (about)

     1  @setupApplicationTest
     2  Feature: dc / acls / tokens / anonymous no delete: The anonymous token has no delete buttons
     3    Background:
     4      Given 1 datacenter model with the value "dc-1"
     5      And 1 token model from yaml
     6      ---
     7        AccessorID: 00000000-0000-0000-0000-000000000002
     8        Policies: ~
     9      ---
    10    Scenario: On the listing page
    11      When I visit the tokens page for yaml
    12      ---
    13        dc: dc-1
    14      ---
    15      Then the url should be /dc-1/acls/tokens
    16      And I click actions on the tokens
    17      Then I don't see delete on the tokens
    18    Scenario: On the detail page
    19      When I visit the token page for yaml
    20      ---
    21      dc: dc-1
    22      token: 00000000-0000-0000-0000-000000000002
    23      ---
    24      Then the url should be /dc-1/acls/tokens/00000000-0000-0000-0000-000000000002
    25      Then I don't see confirmDelete