🔒 升级base layout

This commit is contained in:
babyProxy 2024-04-23 00:08:15 +08:00
parent 80aa4292a5
commit ea0ff1b8cc
45 changed files with 109 additions and 105 deletions

View file

@ -6,7 +6,7 @@ test.describe('Tool - Color converter', () => {
});
test('Has title', async ({ page }) => {
await expect(page).toHaveTitle('Color converter - IT Tools');
await expect(page).toHaveTitle('Color converter - Zeeklog Online Tools');
});
test('Color is converted from its name to other formats', async ({ page }) => {

View file

@ -6,7 +6,7 @@ test.describe('Date time converter - json to yaml', () => {
});
test('Has correct title', async ({ page }) => {
await expect(page).toHaveTitle('Date-time converter - IT Tools');
await expect(page).toHaveTitle('Date-time converter - Zeeklog Online Tools');
});
test('Format is auto detected from a date and the date is correctly converted', async ({ page }) => {

View file

@ -6,6 +6,6 @@ test.describe('Tool - Http status codes', () => {
});
test('Has correct title', async ({ page }) => {
await expect(page).toHaveTitle('HTTP status codes - IT Tools');
await expect(page).toHaveTitle('HTTP status codes - Zeeklog Online Tools');
});
});

View file

@ -18,7 +18,7 @@ test.describe('Tool - Iban validator and parser', () => {
});
test('Has correct title', async ({ page }) => {
await expect(page).toHaveTitle('IBAN validator and parser - IT Tools');
await expect(page).toHaveTitle('IBAN validator and parser - Zeeklog Online Tools');
});
test('iban info are extracted from a valid iban', async ({ page }) => {

View file

@ -6,7 +6,7 @@ test.describe('Tool - IPv4 range expander', () => {
});
test('Has correct title', async ({ page }) => {
await expect(page).toHaveTitle('IPv4 range expander - IT Tools');
await expect(page).toHaveTitle('IPv4 range expander - Zeeklog Online Tools');
});
test('Calculates correct for valid input', async ({ page }) => {

View file

@ -6,7 +6,7 @@ test.describe('Tool - JSON diff', () => {
});
test('Has correct title', async ({ page }) => {
await expect(page).toHaveTitle('JSON diff - IT Tools');
await expect(page).toHaveTitle('JSON diff - Zeeklog Online Tools');
});
test('Identical JSONs have a custom result message', async ({ page }) => {

View file

@ -6,7 +6,7 @@ test.describe('Tool - JSON to CSV', () => {
});
test('Has correct title', async ({ page }) => {
await expect(page).toHaveTitle('JSON to CSV - IT Tools');
await expect(page).toHaveTitle('JSON to CSV - Zeeklog Online Tools');
});
test('Provided json is converted to csv', async ({ page }) => {

View file

@ -6,7 +6,7 @@ test.describe('Tool - JSON to TOML', () => {
});
test('Has correct title', async ({ page }) => {
await expect(page).toHaveTitle('JSON to TOML - IT Tools');
await expect(page).toHaveTitle('JSON to TOML - Zeeklog Online Tools');
});
test('JSON is parsed and outputs clean TOML', async ({ page }) => {

View file

@ -6,7 +6,7 @@ test.describe('Tool - json to yaml', () => {
});
test('Has correct title', async ({ page }) => {
await expect(page).toHaveTitle('JSON to YAML converter - IT Tools');
await expect(page).toHaveTitle('JSON to YAML converter - Zeeklog Online Tools');
});
test('json is parsed and output clean yaml', async ({ page }) => {

View file

@ -6,7 +6,7 @@ test.describe('Tool - List converter', () => {
});
test('Has correct title', async ({ page }) => {
await expect(page).toHaveTitle('List converter - IT Tools');
await expect(page).toHaveTitle('List converter - Zeeklog Online Tools');
});
test('Simple list should be converted with default settings', async ({ page }) => {

View file

@ -6,6 +6,6 @@ test.describe('Tool - MAC address generator', () => {
});
test('Has correct title', async ({ page }) => {
await expect(page).toHaveTitle('MAC address generator - IT Tools');
await expect(page).toHaveTitle('MAC address generator - Zeeklog Online Tools');
});
});

View file

@ -6,7 +6,7 @@ test.describe('Tool - Numeronym generator', () => {
});
test('Has correct title', async ({ page }) => {
await expect(page).toHaveTitle('Numeronym generator - IT Tools');
await expect(page).toHaveTitle('Numeronym generator - Zeeklog Online Tools');
});
test('a numeronym is generated when a word is entered', async ({ page }) => {

View file

@ -9,7 +9,7 @@ test.describe('Tool - OTP code generator', () => {
});
test('Has title', async ({ page }) => {
await expect(page).toHaveTitle('OTP code generator - IT Tools');
await expect(page).toHaveTitle('OTP code generator - Zeeklog Online Tools');
});
test('Secret hexa value is computed from provided secret', async ({ page }) => {

View file

@ -6,7 +6,7 @@ test.describe('Tool - Password strength analyser', () => {
});
test('Has correct title', async ({ page }) => {
await expect(page).toHaveTitle('Password strength analyser - IT Tools');
await expect(page).toHaveTitle('Password strength analyser - Zeeklog Online Tools');
});
test('Computes the brute force attack time of a password', async ({ page }) => {

View file

@ -6,6 +6,6 @@ test.describe('Tool - Pdf signature checker', () => {
});
test('Has correct title', async ({ page }) => {
await expect(page).toHaveTitle('PDF signature checker - IT Tools');
await expect(page).toHaveTitle('PDF signature checker - Zeeklog Online Tools');
});
});

View file

@ -6,7 +6,7 @@ test.describe('Tool - Percentage calculator', () => {
});
test('Has correct title', async ({ page }) => {
await expect(page).toHaveTitle('Percentage calculator - IT Tools');
await expect(page).toHaveTitle('Percentage calculator - Zeeklog Online Tools');
});
test('Correctly works out percentages', async ({ page }) => {

View file

@ -6,6 +6,6 @@ test.describe('Tool - Phone parser and formatter', () => {
});
test('Has correct title', async ({ page }) => {
await expect(page).toHaveTitle('Phone parser and formatter - IT Tools');
await expect(page).toHaveTitle('Phone parser and formatter - Zeeklog Online Tools');
});
});

View file

@ -6,7 +6,7 @@ test.describe('Tool - Text to ASCII binary', () => {
});
test('Has correct title', async ({ page }) => {
await expect(page).toHaveTitle('Text to ASCII binary - IT Tools');
await expect(page).toHaveTitle('Text to ASCII binary - Zeeklog Online Tools');
});
test('Text to binary conversion', async ({ page }) => {

View file

@ -6,7 +6,7 @@ test.describe('Tool - Text to Unicode', () => {
});
test('Has correct title', async ({ page }) => {
await expect(page).toHaveTitle('Text to Unicode - IT Tools');
await expect(page).toHaveTitle('Text to Unicode - Zeeklog Online Tools');
});
test('Text to unicode conversion', async ({ page }) => {

View file

@ -6,7 +6,7 @@ test.describe('Tool - Token generator', () => {
});
test('Has title', async ({ page }) => {
await expect(page).toHaveTitle('Token generator - IT Tools');
await expect(page).toHaveTitle('Token generator - Zeeklog Online Tools');
});
test('New token on refresh', async ({ page }) => {

View file

@ -6,7 +6,7 @@ test.describe('Tool - TOML to JSON', () => {
});
test('Has correct title', async ({ page }) => {
await expect(page).toHaveTitle('TOML to JSON - IT Tools');
await expect(page).toHaveTitle('TOML to JSON - Zeeklog Online Tools');
});
test('TOML is parsed and outputs clean JSON', async ({ page }) => {

View file

@ -6,7 +6,7 @@ test.describe('Tool - TOML to YAML', () => {
});
test('Has correct title', async ({ page }) => {
await expect(page).toHaveTitle('TOML to YAML - IT Tools');
await expect(page).toHaveTitle('TOML to YAML - Zeeklog Online Tools');
});
test('TOML is parsed and outputs clean YAML', async ({ page }) => {

View file

@ -8,7 +8,7 @@ test.describe('Tool - ULID generator', () => {
});
test('Has correct title', async ({ page }) => {
await expect(page).toHaveTitle('ULID generator - IT Tools');
await expect(page).toHaveTitle('ULID generator - Zeeklog Online Tools');
});
test('the refresh button generates a new ulid', async ({ page }) => {

View file

@ -6,7 +6,7 @@ test.describe('Tool - XML formatter', () => {
});
test('Has correct title', async ({ page }) => {
await expect(page).toHaveTitle('XML formatter - IT Tools');
await expect(page).toHaveTitle('XML formatter - Zeeklog Online Tools');
});
test('XML is converted into a human readable format', async ({ page }) => {

View file

@ -6,7 +6,7 @@ test.describe('Tool - Yaml to json', () => {
});
test('Has correct title', async ({ page }) => {
await expect(page).toHaveTitle('YAML to JSON converter - IT Tools');
await expect(page).toHaveTitle('YAML to JSON converter - Zeeklog Online Tools');
});
test('Yaml is parsed and output clean json', async ({ page }) => {

View file

@ -6,7 +6,7 @@ test.describe('Tool - YAML to TOML', () => {
});
test('Has correct title', async ({ page }) => {
await expect(page).toHaveTitle('YAML to TOML - IT Tools');
await expect(page).toHaveTitle('YAML to TOML - Zeeklog Online Tools');
});
test('JSON is parsed and outputs clean TOML', async ({ page }) => {