Skip to content

Commit

Permalink
fix up functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
parkiino committed Sep 12, 2020
1 parent 756125d commit a16b8ab
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
'IP Address',
'Version',
'Last Active',
'Actions',
],
['No items found'],
];
Expand Down Expand Up @@ -272,6 +273,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
'IP Address',
'Version',
'Last Active',
'Actions',
],
[
'cadmann-4.example.com',
Expand All @@ -282,6 +284,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
'10.192.213.130, 10.70.28.129',
'6.6.1',
'Jan 24, 2020 @ 16:06:09.541',
'',
],
[
'thurlow-9.example.com',
Expand All @@ -292,6 +295,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
'10.46.229.234',
'6.0.0',
'Jan 24, 2020 @ 16:06:09.541',
'',
],
];

Expand Down

0 comments on commit a16b8ab

Please sign in to comment.