Skip to content

Commit

Permalink
fix e2e, align avatar and go to v0.5.0 (#113)
Browse files Browse the repository at this point in the history
* fix e2e, align avatar and go to v0.5.0

* update homepage pic
  • Loading branch information
goenning authored Aug 31, 2017
1 parent 9fc90a0 commit 13b914d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
Binary file modified docs/homepage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

var buildtime string
var version = "0.4.0"
var version = "0.5.0"

func main() {
fmt.Printf("Application is starting...\n")
Expand Down
4 changes: 4 additions & 0 deletions public/pages/signup/SignUpPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
max-width: 500px !important;
text-align: center;

.fdr-avatar {
margin-right: 5px;
}

.logo {
height: 100px;
}
Expand Down
2 changes: 1 addition & 1 deletion tests/submit-ideas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('Submit ideas', () => {

// Assert
await Promise.all([
ensure(pages.home.UserMenu).textIs('Log in'),
ensure(pages.home.UserMenu).textIs('LOG IN'),
ensure(pages.home.SubmitIdea).isNotVisible(),
ensure(pages.home.IdeaDescription).isNotVisible(),
]);
Expand Down

0 comments on commit 13b914d

Please sign in to comment.