Skip to content

Commit

Permalink
remvove unused comments
Browse files Browse the repository at this point in the history
  • Loading branch information
shlokamin committed May 6, 2024
1 parent d11e5d6 commit e5962eb
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,13 @@ context('Tubes and Rack', () => {
cy.contains('Share sessions with the Opentrons Product Team?')
cy.contains('NO').click({ force: true })

// allow user to select custom tube rack
// TODO(IL, 2021-05-15): give Dropdown component semantic selectors for E2E
cy.get('label')
.contains('What type of labware are you creating?')
.children()
.first()
.trigger('mousedown')
cy.get('*[class^="_option_label"]').contains('Tubes + Tube Rack').click()

// TODO(IL, 2021-05-15): give Dropdown component semantic selectors for E2E
cy.get('label')
.contains('Which tube rack?')
.children()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ context('Reservoirs', () => {

describe('Reservoir', () => {
before(() => {
// TODO(IL, 2021-05-15): give Dropdown component semantic selectors for E2E
cy.contains('What type of labware are you creating?')
.children()
.first()
Expand Down
8 changes: 0 additions & 8 deletions labware-library/cypress/e2e/labware-creator/tubesBlock.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ context('Tubes and Block', () => {
cy.viewport('macbook-15')
cy.contains('NO').click({ force: true })

// TODO(IL, 2021-05-15): give Dropdown component semantic selectors for E2E
cy.get('label')
.contains('What type of labware are you creating?')
.children()
Expand All @@ -18,15 +17,13 @@ context('Tubes and Block', () => {
.contains('Tubes / Plates + Opentrons Aluminum Block')
.click()

// TODO(IL, 2021-05-15): give Dropdown component semantic selectors for E2E
cy.get('label')
.contains('Which aluminum block?')
.children()
.first()
.trigger('mousedown')
cy.get('*[class^="_option_label"]').contains('96 well').click()

// TODO(IL, 2021-05-15): give Dropdown component semantic selectors for E2E
cy.get('label')
.contains('What labware is on top of your aluminum block?')
.children()
Expand Down Expand Up @@ -291,7 +288,6 @@ context('Tubes and Block', () => {

describe('PCR Plate', () => {
beforeEach(() => {
// TODO(IL, 2021-05-15): give Dropdown component semantic selectors for E2E
cy.get('label')
.contains('What type of labware are you creating?')
.children()
Expand All @@ -301,15 +297,13 @@ context('Tubes and Block', () => {
.contains('Tubes / Plates + Opentrons Aluminum Block')
.click()

// TODO(IL, 2021-05-15): give Dropdown component semantic selectors for E2E
cy.get('label')
.contains('Which aluminum block?')
.children()
.first()
.trigger('mousedown')
cy.get('*[class^="_option_label"]').contains('96 well').click()

// TODO(IL, 2021-05-15): give Dropdown component semantic selectors for E2E
cy.get('label')
.contains('What labware is on top of your aluminum block?')
.children()
Expand Down Expand Up @@ -454,7 +448,6 @@ context('Tubes and Block', () => {
it('tests the whole form and file export', () => {
cy.visit('/create')
cy.viewport('macbook-15')
// TODO(IL, 2021-05-15): give Dropdown component semantic selectors for E2E
cy.get('label')
.contains('What type of labware are you creating?')
.children()
Expand All @@ -464,7 +457,6 @@ context('Tubes and Block', () => {
.contains('Tubes / Plates + Opentrons Aluminum Block')
.click()

// TODO(IL, 2021-05-15): give Dropdown component semantic selectors for E2E
cy.get('label')
.contains('Which aluminum block?')
.children()
Expand Down
6 changes: 0 additions & 6 deletions labware-library/cypress/e2e/labware-creator/tubesRack.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@ context('Tubes and Rack', () => {
cy.visit('/create')
cy.viewport('macbook-15')
cy.contains('NO').click({ force: true })
// TODO(IL, 2021-05-15): give Dropdown component semantic selectors for E2E
cy.get('label')
.contains('What type of labware are you creating?')
.children()
.first()
.trigger('mousedown')
cy.get('*[class^="_option_label"]').contains('Tubes + Tube Rack').click()

// TODO(IL, 2021-05-15): give Dropdown component semantic selectors for E2E
cy.get('label')
.contains('Which tube rack?')
.children()
Expand Down Expand Up @@ -144,15 +142,13 @@ context('Tubes and Rack', () => {
cy.viewport('macbook-15')
cy.contains('NO').click({ force: true })

// TODO(IL, 2021-05-15): give Dropdown component semantic selectors for E2E
cy.get('label')
.contains('What type of labware are you creating?')
.children()
.first()
.trigger('mousedown')
cy.get('*[class^="_option_label"]').contains('Tubes + Tube Rack').click()

// TODO(IL, 2021-05-15): give Dropdown component semantic selectors for E2E
cy.get('label')
.contains('Which tube rack?')
.children()
Expand Down Expand Up @@ -278,15 +274,13 @@ context('Tubes and Rack', () => {
cy.viewport('macbook-15')
cy.contains('NO').click({ force: true })

// TODO(IL, 2021-05-15): give Dropdown component semantic selectors for E2E
cy.get('label')
.contains('What type of labware are you creating?')
.children()
.first()
.trigger('mousedown')
cy.get('*[class^="_option_label"]').contains('Tubes + Tube Rack').click()

// TODO(IL, 2021-05-15): give Dropdown component semantic selectors for E2E
cy.get('label')
.contains('Which tube rack?')
.children()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ context('Well Plates', () => {

describe('Create a well plate', () => {
before(() => {
// TODO(IL, 2021-05-15): give Dropdown component semantic selectors for E2E
cy.get('label')
.contains('What type of labware are you creating?')
.children()
Expand Down

0 comments on commit e5962eb

Please sign in to comment.