Skip to content

Instantly share code, notes, and snippets.

@martinmckenna
Created June 1, 2018 20:37
Show Gist options
  • Save martinmckenna/f3894b3259a18196a13eb5c8d4b7e015 to your computer and use it in GitHub Desktop.
Save martinmckenna/f3894b3259a18196a13eb5c8d4b7e015 to your computer and use it in GitHub Desktop.
133 passing (970.00s)
11 skipped
14 failing
1) Create Linode - Clone from Existing Suitesuite1 should fail to clone to a smaller linode plan:
Failed: Cannot read property 'includes' of undefined
running chrome
at <Jasmine>
at UserContext.it (/Users/mmckenna/code/manager/e2e/specs/create/clone-from-existing-linode.spec.js:40:28)
at <Jasmine>
2) Create Linode - Configure Linode Suitesuite1 should configure a generic linode and update cost summary:
Failed: An element could not be located on the page using the given search parameters ("[data-qa-image-summary]").
running chrome
Error: An element could not be located on the page using the given search parameters ("[data-qa-image-summary]").
at getText() - index.js:312:3
3) Create Linode - Configure Linode Suitesuite1 should select a specific image:
Expected false to be true.
running chrome
Error: Expected false to be true.
at <Jasmine>
at <Jasmine>
at UserContext.it (/Users/mmckenna/code/manager/e2e/specs/create/configure.linode.spec.js:53:58)
at <Jasmine>
4) Linode Detail - Backups Suitesuite1 should dislay placeholder text:
Failed: element ("[data-qa-placeholder-title]") still not visible after 10000ms
running chrome
error properties: Object({ details: undefined, type: 'WaitUntilTimeoutError' })
Error: element ("[data-qa-placeholder-title]") still not visible after 10000ms
at elements("[data-qa-placeholder-title]") - isVisible.js:54:17
at isVisible("[data-qa-placeholder-title]") - waitForVisible.js:73:22
5) Linode Detail - Backups Suitesuite1 should enable backups:
Failed: An element could not be located on the page using the given search parameters ("[data-qa-placeholder-button]").
running chrome
Error: An element could not be located on the page using the given search parameters ("[data-qa-placeholder-button]").
at click() - index.js:312:3
6) Linode Detail - Backups Suitesuite1 should display backups elements:
Failed: element ("[data-qa-manual-desc]") still not visible after 10000ms
running chrome
error properties: Object({ details: undefined, type: 'WaitUntilTimeoutError' })
Error: element ("[data-qa-manual-desc]") still not visible after 10000ms
at elements("[data-qa-manual-desc]") - isVisible.js:54:17
at isVisible("[data-qa-manual-desc]") - waitForVisible.js:73:22
7) Linode Detail - Backups Suitesuite1 should fail to take a snapshot without a name:
Failed: An element could not be located on the page using the given search parameters ("[data-qa-snapshot-button]").
running chrome
Error: An element could not be located on the page using the given search parameters ("[data-qa-snapshot-button]").
at click() - index.js:312:3
8) Linode Detail - Backups Suitesuite1 should cancel backups:
Failed: An element could not be located on the page using the given search parameters ("[data-qa-cancel]").
running chrome
Error: An element could not be located on the page using the given search parameters ("[data-qa-cancel]").
at click() - index.js:312:3
9) Add IP Suitesuite2 should display error msg on click allocate:
Expected 'https://manager.linode.com/account/policy' to contain '/support'.
running chrome
Error: Expected 'https://manager.linode.com/account/policy' to contain '/support'.
at <Jasmine>
at <Jasmine>
at UserContext.it (/Users/mmckenna/code/manager/e2e/specs/linodes/detail/networking.spec.js:40:67)
at <Jasmine>
10) Label Suitesuite2 should edit on save:
Failed: Promise was rejected with the following reason: timeout
running chrome
error properties: Object({ details: undefined, type: 'WaitUntilTimeoutError' })
Error: Promise was rejected with the following reason: timeout
at elementIdText("30") - getText.js:35:50
11) Reset Root Password Suitesuite3 should successfully change root password:
Failed: Promise was rejected with the following reason: timeout
running chrome
error properties: Object({ details: undefined, type: 'WaitUntilTimeoutError' })
Error: Promise was rejected with the following reason: timeout
at elements("[data-qa-notice") - isVisible.js:54:17
at isVisible("[data-qa-notice") - waitForVisible.js:73:22
12) Notification Thresholds Suitesuite4 should disable a notification threshold on toggle off:
Failed: Promise was rejected with the following reason: timeout
running chrome
error properties: Object({ details: undefined, type: 'WaitUntilTimeoutError' })
Error: Promise was rejected with the following reason: timeout
at elementIdText("48") - getText.js:35:50
13) Notification Thresholds Suitesuite4 should enable a notification on toggle on:
Failed: Promise was rejected with the following reason: timeout
running chrome
error properties: Object({ details: undefined, type: 'WaitUntilTimeoutError' })
Error: Promise was rejected with the following reason: timeout
at elementIdText("50") - getText.js:35:50
14) Revoke Personal Access Tokenssuite4 should revoke on remove:
Failed: element ("[data-qa-table-row="1527885274540 updated!"]") still visible after 12000ms
running chrome
error properties: Object({ details: undefined, type: 'WaitUntilTimeoutError' })
Error: element ("[data-qa-table-row="1527885274540 updated!"]") still visible after 12000ms
at elementIdDisplayed("55") - isVisible.js:71:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment