test('Get dashboard', async () => {
    try {
      await Dashboards.getDashboard('fakeId');
    } catch (e) {
      expect(e.message).toBe('Dashboard not found');