Skip to content

Commit

Permalink
Remove unnecessary additional break lines
Browse files Browse the repository at this point in the history
  • Loading branch information
clari182 committed Dec 10, 2024
1 parent 398c818 commit 8d74ee5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions site/gatsby-site/playwright/e2e-full/submit.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,6 @@ test.describe('The Submit form', () => {
const reportUrl = 'https://www.thisisatest.nomeaning.com';
const dateTime = new Date(date_published).getTime() / 1000;


const values = {
url: reportUrl,
authors,
Expand Down Expand Up @@ -517,7 +516,6 @@ test.describe('The Submit form', () => {
byURL: reportsUrl,
}


for (const key in values) {
if (key == 'incident_ids') {
await page.locator(`input[name="${key}"]`).fill(values[key].toString());
Expand Down

0 comments on commit 8d74ee5

Please sign in to comment.