Skip to content

Commit

Permalink
Updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Perez committed Nov 13, 2023
1 parent 5c00e97 commit 021e7c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions portal-ui/tests/permissions-9/rewind.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ test
.expect(elements.table.exists)
.ok()
.click(elements.rewindButton)
.expect(elements.rewindToBaseInput.exists)
.ok()
.click(elements.rewindToBaseInput)
.expect(elements.rewindToInput.exists)
.ok()
Expand Down
2 changes: 1 addition & 1 deletion portal-ui/tests/utils/elements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export const rewindButton = Selector("button").withAttribute(
"id",
"rewind-objects-list",
);
export const rewindToBaseInput = Selector("input").withAttribute(
export const rewindToBaseInput = Selector("div").withAttribute(
"id",
"rewind-selector-DateTimeInput",
);
Expand Down

0 comments on commit 021e7c8

Please sign in to comment.