Skip to content

Commit

Permalink
Fix e2e personal nav item selector
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann committed Jun 3, 2022
1 parent 8fae24d commit 8ac5766
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Page } from 'playwright'

const personalSpaceNavSelector = '//a[@data-nav-name="files-spaces-personal-home"]'
const personalSpaceNavSelector = '//a[@data-nav-name="files-spaces-personal"]'

export class Personal {
#page: Page
Expand Down

0 comments on commit 8ac5766

Please sign in to comment.