Skip to content

Commit

Permalink
home assignment solution
Browse files Browse the repository at this point in the history
  • Loading branch information
ShayLevi committed Aug 1, 2024
1 parent b57c5c3 commit 1b6da5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pom/assetManagePage.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {Locator, Page} from '@playwright/test';

const ASSET_TITLE_SELECTOR = "//*[@data-test='manage-top-bar']//*[@data-test='asset-title']";;
const ASSET_TITLE_SELECTOR = "//*[@data-test='manage-top-bar']//*[@data-test='asset-title']";


/**
Expand Down

0 comments on commit 1b6da5e

Please sign in to comment.