summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/e2e/nfs/nfs.po.ts
blob: fe6f342ede4fcd3a91cf664d6638babbe85d1552 (plain)
1
2
3
4
5
6
7
import { browser } from 'protractor';

export class NfsPage {
  navigateTo() {
    return browser.get('/#/nfs');
  }
}