Convey("Should not be able to edit or save dashboard",func(){
So(dash.Meta.CanEdit,ShouldBeFalse)
So(dash.Meta.CanSave,ShouldBeFalse)
})
})
})
Convey("When user is an Org Read Only Editor",func(){
loggedInUserScenarioWithRole("When calling GET on","GET","/api/dashboards/2","/api/dashboards/:id",models.ROLE_READ_ONLY_EDITOR,func(sc*scenarioContext){