chore(ui): updated clockface to latest version (#16886)

pull/16889/head
Ariel Salem 2020-02-14 08:39:03 -08:00 committed by GitHub
parent 798a53f50b
commit 753bcbcc77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View File

@ -383,7 +383,7 @@ describe('DataExplorer', () => {
cy.getByTestID('switch-query-builder-confirm--popover--contents').within(
() => {
cy.getByTestID('button').click()
cy.getByTestID('switch-query-builder-confirm--confirm-button').click()
}
)

View File

@ -210,7 +210,7 @@ describe('tokens', () => {
})
.then(() => {
cy.getByTestID('delete-token--popover--contents').within(() => {
cy.getByTestID('button').click()
cy.getByTestID('delete-token--confirm-button').click()
})
})

View File

@ -129,7 +129,7 @@
"webpack-merge": "^4.2.1"
},
"dependencies": {
"@influxdata/clockface": "1.1.0",
"@influxdata/clockface": "1.1.5",
"@influxdata/flux-parser": "^0.3.0",
"@influxdata/giraffe": "0.17.4",
"@influxdata/influx": "0.5.5",

View File

@ -1011,10 +1011,10 @@
debug "^3.1.0"
lodash.once "^4.1.1"
"@influxdata/clockface@1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@influxdata/clockface/-/clockface-1.1.0.tgz#beadb0ebdb9c29af1020137943a359474eca463e"
integrity sha512-nXvGGZ/n3r8vxd+xNyQk2BEM294N1v/KNEH6tivNGdFWFkuHKDn7/a/2y8fISK+qzIEPN/LF6Xi9eOKb7G8EFg==
"@influxdata/clockface@1.1.5":
version "1.1.5"
resolved "https://registry.yarnpkg.com/@influxdata/clockface/-/clockface-1.1.5.tgz#dfedc4f59788717d5e92bd00935dda35c0c60fc8"
integrity sha512-5+RDswLCiOBX21rey6e1j4vrwQ6obwMv+qcP6ucH7y0vTRnAaMk9lqKqHH3FGUqUEfBNegtj4Ho8430ywfS6ag==
"@influxdata/flux-parser@^0.3.0":
version "0.3.0"