Skip to content

Commit

Permalink
Drop segment id fill as it no longer exists
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Feb 20, 2024
1 parent 6e61dff commit 9ef63b9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/haddock3-download/integration-tests/topoaamol.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { expect, Page, test } from '@playwright/test'
import AdmZip from 'adm-zip'
import { readFile } from 'fs/promises'

test.describe('given 1 molecule and a topoaa node with segment id defined', () => {
test.describe('given 1 molecule and a topoaa node', () => {
test.beforeEach(async ({ page }) => {
await page.goto('http://localhost:3000')
// Click input[type="text"]
Expand All @@ -24,8 +24,6 @@ test.describe('given 1 molecule and a topoaa node with segment id defined', () =
await page.locator('#expander4molecule svg').click()
// Click #expander4input_molecules svg
await page.locator('#expander4input_molecules svg').click()
// Fill input with label Segment ID
await page.locator('input[type="text"]').fill('B')
// Click text=Save
await page.locator('button:has-text("Save")').click()
// Click text=Text
Expand Down

0 comments on commit 9ef63b9

Please sign in to comment.