test('Get stage', async () => {
    try {
      await Stages.getStage('fakeId');
    } catch (e) {
      expect(e.message).toBe('Stage not found');