Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with encoding "?" #83

Open
msulaev opened this issue Jun 26, 2019 · 0 comments
Open

Problem with encoding "?" #83

msulaev opened this issue Jun 26, 2019 · 0 comments

Comments

@msulaev
Copy link

msulaev commented Jun 26, 2019

Have class with @page:
@Page(url = "isOfflineMode&dontWaitForPdf")

And test:

...
@BeforeEach
 void startDriver(ChromeDriver driver) {
        this.driver = driver;
        this.atlas = new Atlas(new WebDriverConfiguration(driver,"http://localhost:3000"));
    }

@Test
void shouldCanOpenPage(){
onSite().editor().open();
...

AR: Open URL "http://localhost:3000/%3FisOfflineMode&dontWaitForPdf"
ER: Open URL "http://localhost:3000/?isOfflineMode&dontWaitForPdf"

artsok added a commit that referenced this issue Jun 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant