Skip to content

Commit

Permalink
Time correction nav fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniils Petrovs committed Sep 22, 2021
1 parent 2ff9197 commit 21dc997
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ This will build a fully self-contained JAR, ready to be run anywhere.

- [ ] Add action to view logged time
- [ ] Improve help menu
- [ ] Build native binary with [GraalVM Native Image](https://www.graalvm.org/reference-manual/native-image/)
- [ ] Automated time sheet export and upload for submission

## License

Expand Down
1 change: 1 addition & 0 deletions src/atoss_cli/atoss.clj
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
This is where all of the data entry must happen."
[driver]
(doto driver
(api/wait 2)
(api/wait-visible nav-menu-btn)
(api/click nav-menu-btn)
(api/wait-visible zeitkorr-btn)
Expand Down

0 comments on commit 21dc997

Please sign in to comment.