Skip to content

Commit

Permalink
feat(sampledata): Fix bucket tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ebb-tide committed Mar 4, 2020
1 parent bde96fd commit b1e76e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/cypress/e2e/buckets.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('Buckets', () => {

it("can update a bucket's retention rules", () => {
cy.get<Bucket>('@bucket').then(({name}: Bucket) => {
cy.getByTestID(`bucket--card--name ${name}`).click()
cy.getByTestID(`bucket-settings`).click()
cy.getByTestID(`bucket--card--name ${name}`).should(
'not.contain',
'7 days'
Expand Down

0 comments on commit b1e76e8

Please sign in to comment.