Skip to content

Commit

Permalink
lint fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobbykumar706584 committed Oct 1, 2023
1 parent b69f4c1 commit 03331a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export const archivedProjects = async (window, expect, projectname) => {
await window.locator('//*[@aria-label="archive-active-button"]').click()
const projectName = await window.innerText(`//div[@id="${projectname}"]`)
expect(projectName).toBe(projectname);

}
}
await window.locator('//*[@aria-label="archive-active-button"]').click()
Expand Down

0 comments on commit 03331a5

Please sign in to comment.