Skip to content

Commit a234a40

Browse files
authored
test: update image url used in avatar flow tests (#458) (#459)
1 parent 02e27e4 commit a234a40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vaadin-avatar-flow-parent/vaadin-avatar-flow-integration-tests/src/main/java/com/vaadin/flow/component/avatar/tests/AvatarGroupPage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public AvatarGroupPage() {
3939
avatarWithAbbr.setAbbreviation("SK");
4040
items.add(avatarWithAbbr);
4141
items.add(new AvatarGroupItem("Jens Jansson"));
42-
items.add(new AvatarGroupItem("Yuriy Yevstihnyeyev", "https://vaadin.com/static/content/view/company/team/photos/Yuriy-Yevstihnyeyev.JPG"));
42+
items.add(new AvatarGroupItem("Yuriy Yevstihnyeyev", "https://vaadin.com/static/team-portrait/123668/photos/118-1-1.jpg"));
4343
avatarGroup.setItems(items);
4444

4545
NativeButton updateItems = new NativeButton("Update Item", e -> {

vaadin-avatar-flow-parent/vaadin-avatar-flow-integration-tests/src/main/java/com/vaadin/flow/component/avatar/tests/I18nPage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public I18nPage() {
4444
avatarWithAbbr.setAbbreviation("SK");
4545
items.add(avatarWithAbbr);
4646
items.add(new AvatarGroupItem("Jens Jansson"));
47-
items.add(new AvatarGroupItem("Yuriy Yevstihnyeyev", "https://vaadin.com/static/content/view/company/team/photos/Yuriy-Yevstihnyeyev.JPG"));
47+
items.add(new AvatarGroupItem("Yuriy Yevstihnyeyev", "https://vaadin.com/static/team-portrait/123668/photos/118-1-1.jpg"));
4848
avatarGroup.setItems(items);
4949

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

0 commit comments

Comments
 (0)