Fix vue_shared/components/user_deletion_obstacles/user_deletion_obstacles_list.stories.js

Default

vue_shared/user_deletion_obstacles/user_deletion_obstacles_list › Default › smoke-test
    assert.fail(received, expected)
    Message:
      Found 1 accessibility violations: 
    -----------------------------------
    Expected the HTML found at $('li:nth-child(1) > a:nth-child(1)') to have no violations:
    <a target="_blank" href="https://domain.com/group/main-application/oncall_schedules" class="gl-link" rel="noopener noreferrer">APAC</a>
    
    Received:
    Links must be distinguishable without relying on color (link-in-text-block)
    
    Fix any of the following:
      The link has insufficient color contrast of 1.73:1 with the surrounding text. (Minimum contrast is 3:1, link text: #2f5ca0, surrounding text: #3a383f)
      The link has no styling (such as underline) to distinguish it from the surrounding text
    
    You can find more information on this issue here: 
    https://dequeuniversity.com/rules/axe/4.10/link-in-text-block?application=axeAPI
    -----------------------------------
    
    Expected the HTML found at $('li:nth-child(1) > a:nth-child(2)') to have no violations:
    <a target="_blank" href="https://domain.com/group/main-application" class="gl-link" rel="noopener noreferrer">main-application</a>
    
    Received:
    Links must be distinguishable without relying on color (link-in-text-block)
    
    Fix any of the following:
      The link has insufficient color contrast of 1.73:1 with the surrounding text. (Minimum contrast is 3:1, link text: #2f5ca0, surrounding text: #3a383f)
      The link has no styling (such as underline) to distinguish it from the surrounding text
    
    You can find more information on this issue here: 
    https://dequeuniversity.com/rules/axe/4.10/link-in-text-block?application=axeAPI
    -----------------------------------
      at TerminalReporterV2.<anonymous> (storybook/node_modules/axe-playwright/dist/reporter/terminalReporterV2.js:64:34)
      at storybook/node_modules/axe-playwright/dist/reporter/terminalReporterV2.js:8:71
      at Object.<anonymous>.__awaiter (storybook/node_modules/axe-playwright/dist/reporter/terminalReporterV2.js:4:12)
      at TerminalReporterV2.report (storybook/node_modules/axe-playwright/dist/reporter/terminalReporterV2.js:22:16)
      at storybook/node_modules/axe-playwright/dist/index.js:97:20
      at storybook/node_modules/axe-playwright/dist/index.js:31:71
      at Object.<anonymous>.__awaiter (storybook/node_modules/axe-playwright/dist/index.js:27:12)
      at reportViolations (storybook/node_modules/axe-playwright/dist/index.js:96:52)
      at storybook/node_modules/axe-playwright/dist/index.js:141:44
      at fulfilled (storybook/node_modules/axe-playwright/dist/index.js:28:58)

Is current user

vue_shared/user_deletion_obstacles/user_deletion_obstacles_list › IsCurrentUser › smoke-test
    assert.fail(received, expected)
    Message:
      Found 1 accessibility violations: 
    -----------------------------------
    Expected the HTML found at $('li:nth-child(1) > a:nth-child(1)') to have no violations:
    <a target="_blank" href="https://domain.com/group/main-application/oncall_schedules" class="gl-link" rel="noopener noreferrer">APAC</a>
    
    Received:
    Links must be distinguishable without relying on color (link-in-text-block)
    
    Fix any of the following:
      The link has insufficient color contrast of 1.73:1 with the surrounding text. (Minimum contrast is 3:1, link text: #2f5ca0, surrounding text: #3a383f)
      The link has no styling (such as underline) to distinguish it from the surrounding text
    
    You can find more information on this issue here: 
    https://dequeuniversity.com/rules/axe/4.10/link-in-text-block?application=axeAPI
    -----------------------------------
    
    Expected the HTML found at $('li:nth-child(1) > a:nth-child(2)') to have no violations:
    <a target="_blank" href="https://domain.com/group/main-application" class="gl-link" rel="noopener noreferrer">main-application</a>
    
    Received:
    Links must be distinguishable without relying on color (link-in-text-block)
    
    Fix any of the following:
      The link has insufficient color contrast of 1.73:1 with the surrounding text. (Minimum contrast is 3:1, link text: #2f5ca0, surrounding text: #3a383f)
      The link has no styling (such as underline) to distinguish it from the surrounding text
    
    You can find more information on this issue here: 
    https://dequeuniversity.com/rules/axe/4.10/link-in-text-block?application=axeAPI
    -----------------------------------
      at TerminalReporterV2.<anonymous> (storybook/node_modules/axe-playwright/dist/reporter/terminalReporterV2.js:64:34)
      at storybook/node_modules/axe-playwright/dist/reporter/terminalReporterV2.js:8:71
      at Object.<anonymous>.__awaiter (storybook/node_modules/axe-playwright/dist/reporter/terminalReporterV2.js:4:12)
      at TerminalReporterV2.report (storybook/node_modules/axe-playwright/dist/reporter/terminalReporterV2.js:22:16)
      at storybook/node_modules/axe-playwright/dist/index.js:97:20
      at storybook/node_modules/axe-playwright/dist/index.js:31:71
      at Object.<anonymous>.__awaiter (storybook/node_modules/axe-playwright/dist/index.js:27:12)
      at reportViolations (storybook/node_modules/axe-playwright/dist/index.js:96:52)
      at storybook/node_modules/axe-playwright/dist/index.js:141:44
      at fulfilled (storybook/node_modules/axe-playwright/dist/index.js:28:58)
Edited by 🤖 GitLab Bot 🤖