forked from jsnbuchanan/crowd-funder-for-time-pwa
fix error editing an offer, tweak tests to fix red in IntelliJ
This commit is contained in:
@@ -12,8 +12,8 @@ test('Create new project, then search for it', async ({ page }) => {
|
||||
const finalRandomString = randomString.substring(0, 16);
|
||||
|
||||
// Standard texts
|
||||
const standardTitle = "Idea ";
|
||||
const standardDescription = "Description of Idea ";
|
||||
const standardTitle = 'Idea ';
|
||||
const standardDescription = 'Description of Idea ';
|
||||
|
||||
// Combine texts with the random string
|
||||
const finalTitle = standardTitle + finalRandomString;
|
||||
|
||||
Reference in New Issue
Block a user