github.com/hernad/nomad@v1.6.112/ui/tests/pages/components/gauge-chart.js (about) 1 /** 2 * Copyright (c) HashiCorp, Inc. 3 * SPDX-License-Identifier: MPL-2.0 4 */ 5 6 import { isPresent, text } from 'ember-cli-page-object'; 7 8 export default (scope) => ({ 9 scope, 10 11 svgIsPresent: isPresent('[data-test-gauge-svg]'), 12 label: text('[data-test-label]'), 13 percentage: text('[data-test-percentage]'), 14 });