Skip to content

Commit

Permalink
added url statement to fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
nstclair-cc committed Jul 18, 2024
1 parent 0a69c80 commit 1961a2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/integration/branch/experiment.setup.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ context("Testing Experiment Selection View", () => {
}
})
it("collect time series data from (mock) sensor, confirms UI, delete data trial", () => {
cy.visit(url);
// Constants will check that the input fields are disabled
const labelSelectors = [
'input[placeholder="Label #1"]',
Expand Down

0 comments on commit 1961a2f

Please sign in to comment.