Skip to content

Commit

Permalink
test: update image url used in avatar flow tests (#458) (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-fix authored Nov 26, 2020
1 parent 02e27e4 commit a234a40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public AvatarGroupPage() {
avatarWithAbbr.setAbbreviation("SK");
items.add(avatarWithAbbr);
items.add(new AvatarGroupItem("Jens Jansson"));
items.add(new AvatarGroupItem("Yuriy Yevstihnyeyev", "https://vaadin.com/static/content/view/company/team/photos/Yuriy-Yevstihnyeyev.JPG"));
items.add(new AvatarGroupItem("Yuriy Yevstihnyeyev", "https://vaadin.com/static/team-portrait/123668/photos/118-1-1.jpg"));
avatarGroup.setItems(items);

NativeButton updateItems = new NativeButton("Update Item", e -> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public I18nPage() {
avatarWithAbbr.setAbbreviation("SK");
items.add(avatarWithAbbr);
items.add(new AvatarGroupItem("Jens Jansson"));
items.add(new AvatarGroupItem("Yuriy Yevstihnyeyev", "https://vaadin.com/static/content/view/company/team/photos/Yuriy-Yevstihnyeyev.JPG"));
items.add(new AvatarGroupItem("Yuriy Yevstihnyeyev", "https://vaadin.com/static/team-portrait/123668/photos/118-1-1.jpg"));
avatarGroup.setItems(items);

NativeButton addI18n = new NativeButton("Add i18n", e -> {
Expand Down

0 comments on commit a234a40

Please sign in to comment.