Skip to content

Commit

Permalink
Update terminology checks in EE tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joepavitt committed Jan 3, 2025
1 parent 13dbf0f commit fbfb932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/frontend/cypress/tests-ee/devices/snapshots.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('FlowForge - Devices - With Billing', () => {
it('empty state informs users they need to bind the Device to an Application for unassigned devices on the "Snapshot" tab', () => {
cy.contains('span', 'team2-unassigned-device').click()
cy.get('[data-nav="device-snapshots"]').click()
cy.contains('A device must first be assigned to an Application')
cy.contains('A Remote Instance must first be assigned to an Application')
})

it('shows a "Snapshots" tab for devices bound to an Instance', () => {
Expand All @@ -62,7 +62,7 @@ describe('FlowForge - Devices - With Billing', () => {
cy.contains('span', 'application-device-a').click()
cy.get('[data-nav="device-snapshots"]').click()
cy.wait('@getDeviceSnapshots')
cy.contains('A device must be in developer mode and online to create a snapshot.')
cy.contains('A Remote Instance must be in Developer Mode and online to create a Snapshot.')
})

it('doesn\'t show any "Enterprise Feature Only" guidance if billing is enabled', () => {
Expand Down

0 comments on commit fbfb932

Please sign in to comment.