mirror of https://github.com/rancher/dashboard.git
Fix unit tests
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
parent
12f0c2feee
commit
8631e6c8f1
|
|
@ -160,7 +160,7 @@ describe('page: cluster dashboard', () => {
|
|||
['clusterProvider', [], 'other'],
|
||||
['kubernetesVersion', [], '0.0.0 k3s'],
|
||||
['created', [], 'glance.created'],
|
||||
['architecture', [{ labels: { [NODE_ARCHITECTURE]: 'amd64' } }, { labels: { [NODE_ARCHITECTURE]: '' } }], 'Mixed'],
|
||||
['architecture', [{ labels: { [NODE_ARCHITECTURE]: 'amd64' } }, { labels: { [NODE_ARCHITECTURE]: 'intel' } }], 'Mixed'],
|
||||
['architecture', [{ labels: { [NODE_ARCHITECTURE]: 'amd64' } }], 'Amd64'],
|
||||
])('should show %p label', (label, nodes, text) => {
|
||||
const options = clone(mountOptions);
|
||||
|
|
|
|||
Loading…
Reference in New Issue