summaryrefslogtreecommitdiffstats
path: root/pkg/integration/components/views.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/components/views.go')
-rw-r--r--pkg/integration/components/views.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/integration/components/views.go b/pkg/integration/components/views.go
index edb2b85b6..873aca650 100644
--- a/pkg/integration/components/views.go
+++ b/pkg/integration/components/views.go
@@ -147,3 +147,7 @@ func (self *Views) Search() *ViewDriver {
func (self *Views) Tooltip() *ViewDriver {
return self.regularView("tooltip")
}
+
+func (self *Views) Options() *ViewDriver {
+ return self.regularView("options")
+}