Skip to content

Commit

Permalink
fixup! feat: redesign link sharing panel in right sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannik Stehle committed Sep 24, 2024
1 parent ca199ad commit 5018cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/cucumber/steps/ui/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { DataTable, Then, When } from '@cucumber/cucumber'
import { expect } from '@playwright/test'
import { World } from '../../environment'
import { objects } from '../../../support'
import { securePassword, roleDisplayText } from '../../../support/store'
import { securePassword } from '../../../support/store'

When(
'{string} creates a public link of following resource using the sidebar panel',
Expand Down

0 comments on commit 5018cc4

Please sign in to comment.