forked from trent_larson/crowd-funder-for-time-pwa
fix: use "starred" instead of "favorite", fix tests
This commit is contained in:
@@ -100,7 +100,10 @@ test('Create new project, then search for it', async ({ page }) => {
|
||||
const finalTitle = standardTitle + finalRandomString;
|
||||
const finalDescription = standardDescription + finalRandomString;
|
||||
const editedTitle = finalTitle + standardEdit;
|
||||
const editedDescription = finalDescription + standardEdit;
|
||||
const editedDescription =
|
||||
finalDescription +
|
||||
standardEdit +
|
||||
" ... and enough text to overflow into the 'Read More' section.";
|
||||
|
||||
// Import user 00
|
||||
await importUser(page, '00');
|
||||
|
||||
Reference in New Issue
Block a user