Skip to content

Commit

Permalink
test: remove buildVersion test (deployKF removed this section) (#9)
Browse files Browse the repository at this point in the history
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
  • Loading branch information
thesuperzapper authored May 19, 2024
1 parent aaa264e commit 3261fa2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dashboard/public/components/main-page_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,12 +240,8 @@ describe('Main Page', () => {
}, false, '/api/workgroup/env-info');
await Promise.all([getHasWorkgroup, getEnvInfo]);
flush();

const buildVersion = mainPage.shadowRoot.querySelector(
'section.build span');
// textContent is used because innerText would be empty if sidebar is
// hidden
expect(buildVersion.textContent).toEqual('1.0.0');
const namespaceSelector = mainPage.shadowRoot
.getElementById('NamespaceSelector');
expect(Array.from(namespaceSelector.shadowRoot
Expand Down

0 comments on commit 3261fa2

Please sign in to comment.