diff --git a/ui/cypress/e2e/explorer.test.ts b/ui/cypress/e2e/explorer.test.ts index b4e0fde512..2fbaedc4d1 100644 --- a/ui/cypress/e2e/explorer.test.ts +++ b/ui/cypress/e2e/explorer.test.ts @@ -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() } ) diff --git a/ui/cypress/e2e/tokens.test.ts b/ui/cypress/e2e/tokens.test.ts index c1e3e6ab9e..993644957c 100644 --- a/ui/cypress/e2e/tokens.test.ts +++ b/ui/cypress/e2e/tokens.test.ts @@ -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() }) }) diff --git a/ui/package.json b/ui/package.json index 3e61f871e3..1002583b1d 100644 --- a/ui/package.json +++ b/ui/package.json @@ -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", diff --git a/ui/yarn.lock b/ui/yarn.lock index a7a746e6b8..ffbfcaba48 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -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"