Skip to content

Commit

Permalink
update functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
legrego committed Jun 1, 2020
1 parent f88753e commit 4b092df
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@ export default function ({ getService }: FtrProviderContext) {
license_level: 'platinum',
name: 'Test feature C',
},
{
last_used: null,
license_level: 'gold',
name: 'Subfeature privileges',
},
{
last_used: null,
license_level: 'gold',
name: 'Pre-access agreement',
},
],
});
});
Expand Down

0 comments on commit 4b092df

Please sign in to comment.