Skip to content

Commit 9f38812

Browse files
update url for testing shortcut to website (#13669)
Signed-off-by: Prajwol Amatya <prajwolamatya11@gmail.com>
1 parent 83ff733 commit 9f38812

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/e2e-playwright/specs/navigation/shortcut.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ test.describe(
9393
resources: [
9494
{ resource: 'notice.txt', name: 'important file', type: 'file' },
9595
{ resource: 'docs', name: '', type: 'folder' },
96-
{ resource: 'https://owncloud.com/news/', name: 'companyNews', type: 'website' }
96+
{ resource: 'https://owncloud.com/blogs/', name: 'companyNews', type: 'website' }
9797
]
9898
})
9999

@@ -129,7 +129,7 @@ test.describe(
129129
world,
130130
stepUser: 'Alice',
131131
name: 'companyNews.url',
132-
url: 'https://owncloud.com/news/'
132+
url: 'https://owncloud.com/blogs/'
133133
})
134134
// And "Alice" logs out
135135
await ui.userLogsOut({ world, stepUser: 'Alice' })

0 commit comments

Comments
 (0)